#6C9AE0

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

Shades of Cornflower Blue #6C9AE0

Tints of Cornflower Blue #6C9AE0

Color information

#6C9AE0 (or 0x6C9AE0) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 9A and E0. RGB value is (108,154,224). Sum of RGB (Red+Green+Blue) = 108+154+224=486 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.22% from 486); Green value is 154 (60.55% from 255 or 31.69% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #6C9AE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C9AE0 is #93651F. Grayscale: #939393. Windows color (decimal): -9659680 or 14719596. OLE color: 14719596.

HSL color Cylindrical-coordinate representation of color #6C9AE0: hue angle of 216.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C9AE0 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB108154224-
CMYK0.520.3100.12
HSL216.21º65.17%65.1%-
HSV(B)216.21º51.79%87.84%-
XYZ31.1931.6874.99-
YUV148.23170.7699.31-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.22%
GREEN value IS 154 (60.55% from 255) = 31.69%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=22.22%
G=31.69%
B=46.09%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1081542240.520.3100.12216.2165.1765.1
Hex6C9AE0341F0Cd84141
Octal1542323406437014330101101
Binary1101100100110101110000011010011111011001101100010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,154,224); }

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

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

 a { background-color: rgb(108,154,224); }

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

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

 span { border-color: rgb(108,154,224); }

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