#6C8EE5

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

Shades of Cornflower Blue #6C8EE5

Tints of Cornflower Blue #6C8EE5

Color information

#6C8EE5 (or 0x6C8EE5) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 8E and E5. RGB value is (108,142,229). Sum of RGB (Red+Green+Blue) = 108+142+229=479 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.55% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 229 (89.84% from 255 or 47.81% from 479); Max value from RGB is 229 - color contains mainly: blue. Hex color #6C8EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8EE5 is #93711A. Grayscale: #8D8D8D. Windows color (decimal): -9662747 or 15044204. OLE color: 15044204.

HSL color Cylindrical-coordinate representation of color #6C8EE5: hue angle of 223.14º degrees, saturation: 0.7, 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 #6C8EE5 is Cyan = 0.53, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB108142229-
CMYK0.530.3800.10
HSL223.14º69.94%66.08%-
HSV(B)223.14º52.84%89.8%-
XYZ3028.1977.99-
YUV141.75177.24103.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.55%
GREEN value IS 142 (55.86% from 255) = 29.65%
BLUE value IS 229 (89.84% from 255) = 47.81%
R=22.55%
G=29.65%
B=47.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1081422290.530.3800.10223.1469.9466.08
Hex6C8EE535260Adf4642
Octal1542163456546012337106102
Binary11011001000111011100101110101100110010101101111110001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,142,229); }

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

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

 a { background-color: rgb(108,142,229); }

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

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

 span { border-color: rgb(108,142,229); }

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