#6C9CE5

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

Shades of Cornflower Blue #6C9CE5

Tints of Cornflower Blue #6C9CE5

Color information

#6C9CE5 (or 0x6C9CE5) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 9C and E5. RGB value is (108,156,229). Sum of RGB (Red+Green+Blue) = 108+156+229=493 (65% of max value = 765). Red value is 108 (42.58% from 255 or 21.91% from 493); Green value is 156 (61.33% from 255 or 31.64% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #6C9CE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9CE5 is #93631A. Grayscale: #959595. Windows color (decimal): -9659163 or 15047788. OLE color: 15047788.

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

Color convert

RGB108156229-
CMYK0.530.3200.10
HSL216.2º69.94%66.08%-
HSV(B)216.2º52.84%89.8%-
XYZ32.2232.6278.73-
YUV149.97172.698.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.91%
GREEN value IS 156 (61.33% from 255) = 31.64%
BLUE value IS 229 (89.84% from 255) = 46.45%
R=21.91%
G=31.64%
B=46.45%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1081562290.530.3200.10216.269.9466.08
Hex6C9CE535200Ad84642
Octal1542343456540012330106102
Binary11011001001110011100101110101100000010101101100010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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