#6C9EEE

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

Shades of Cornflower Blue #6C9EEE

Tints of Cornflower Blue #6C9EEE

Color information

#6C9EEE (or 0x6C9EEE) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 9E and EE. RGB value is (108,158,238). Sum of RGB (Red+Green+Blue) = 108+158+238=504 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.43% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C9EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9EEE is #936111. Grayscale: #979797. Windows color (decimal): -9658642 or 15638124. OLE color: 15638124.

HSL color Cylindrical-coordinate representation of color #6C9EEE: hue angle of 216.92º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6C9EEE is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB108158238-
CMYK0.550.3400.07
HSL216.92º79.27%67.84%-
HSV(B)216.92º54.62%93.33%-
XYZ33.8433.8185.63-
YUV152.17176.4496.5-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 21.43%
GREEN value IS 158 (62.11% from 255) = 31.35%
BLUE value IS 238 (93.36% from 255) = 47.22%
R=21.43%
G=31.35%
B=47.22%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081582380.550.3400.07216.9279.2767.84
Hex6C9EEE372207d94f44
Octal154236356674207331117104
Binary1101100100111101110111011011110001001111101100110011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,158,238); }

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

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

 a { background-color: rgb(108,158,238); }

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

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

 span { border-color: rgb(108,158,238); }

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