#6C8DE6

Color #6C8DE6 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6C8DE6

Tints of Cornflower Blue #6C8DE6

Color information

#6C8DE6 (or 0x6C8DE6) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 8D and E6. RGB value is (108,141,230). Sum of RGB (Red+Green+Blue) = 108+141+230=479 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.55% from 479); Green value is 141 (55.47% from 255 or 29.44% from 479); Blue value is 230 (90.23% from 255 or 48.02% from 479); Max value from RGB is 230 - color contains mainly: blue. Hex color #6C8DE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8DE6 is #937219. Grayscale: #8C8C8C. Windows color (decimal): -9663002 or 15109484. OLE color: 15109484.

HSL color Cylindrical-coordinate representation of color #6C8DE6: hue angle of 223.77º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C8DE6 is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB108141230-
CMYK0.530.3900.10
HSL223.77º70.93%66.27%-
HSV(B)223.77º53.04%90.2%-
XYZ29.9927.9578.68-
YUV141.28178.07104.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 22.55%
GREEN value IS 141 (55.47% from 255) = 29.44%
BLUE value IS 230 (90.23% from 255) = 48.02%
R=22.55%
G=29.44%
B=48.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1081412300.530.3900.10223.7770.9366.27
Hex6C8DE635270Ae04742
Octal1542153466547012340107102
Binary11011001000110111100110110101100111010101110000010001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C8DE6; }

 p { color: rgb(108,141,230); }

 H1.HeaderClassName
 {
   color: #6C8DE6;
 }
 .AnyTagClassName
 {
   color: #6C8DE6;
 }
</style>
background-color css

<style>
 a { background-color: #6C8DE6; }

 a { background-color: rgb(108,141,230); }

 div.DivClassName
 {
   background-color: #6C8DE6;
 }
 .BgClassName
 {
   background-color: #6C8DE6;
 }
</style>
border-color css

<style>
 span { border-color: #6C8DE6; }

 span { border-color: rgb(108,141,230); }

 td.TdClassName
 {
   border-color: #6C8DE6;
 }
 .TagClassName
 {
   border-color: #6C8DE6;
 }
</style>