#6C8CE5

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

Shades of Cornflower Blue #6C8CE5

Tints of Cornflower Blue #6C8CE5

Color information

#6C8CE5 (or 0x6C8CE5) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 8C and E5. RGB value is (108,140,229). Sum of RGB (Red+Green+Blue) = 108+140+229=477 (63% of max value = 765). Red value is 108 (42.58% from 255 or 22.64% from 477); Green value is 140 (55.08% from 255 or 29.35% from 477); Blue value is 229 (89.84% from 255 or 48.01% from 477); Max value from RGB is 229 - color contains mainly: blue. Hex color #6C8CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8CE5 is #93731A. Grayscale: #8C8C8C. Windows color (decimal): -9663259 or 15043692. OLE color: 15043692.

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

Color convert

RGB108140229-
CMYK0.530.3900.10
HSL224.13º69.94%66.08%-
HSV(B)224.13º52.84%89.8%-
XYZ29.7127.677.89-
YUV140.58177.9104.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.64%
GREEN value IS 140 (55.08% from 255) = 29.35%
BLUE value IS 229 (89.84% from 255) = 48.01%
R=22.64%
G=29.35%
B=48.01%

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
Decimal1081402290.530.3900.10224.1369.9466.08
Hex6C8CE535270Ae04642
Octal1542143456547012340106102
Binary11011001000110011100101110101100111010101110000010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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