Shades of Cornflower Blue #6C9EEA
Tints of Cornflower Blue #6C9EEA
RGB
CMYK
RGB Variations
Color information
#6C9EEA (or 0x6C9EEA) is known color: Cornflower Blue. HEX triplet: 6C, 9E and EA. RGB value is (108,158,234). Sum of RGB (Red+Green+Blue) = 108+158+234=500 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.6% from 500); Green value is 158 (62.11% from 255 or 31.6% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #6C9EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9EEA is #936115. Grayscale: #979797. Windows color (decimal): -9658646 or 15375980. OLE color: 15375980.
HSL color Cylindrical-coordinate representation of color #6C9EEA: hue angle of 216.19º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C9EEA is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 158 | 234 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.08 |
| HSL | 216.19º | 0.75% | 0.67% | - |
| HSV(B) | 216.19º | 0.54% | 0.92% | - |
| XYZ | 33.26 | 33.58 | 82.57 | - |
| YUV | 151.71 | 174.44 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 158 | 234 | 0.54 | 0.32 | 0 | 0.08 | 216.19 | 0.75 | 0.67 |
| Hex | 6C | 9E | EA | 36 | 20 | 0 | 8 | D8 | 4B | 43 |
| Octal | 154 | 236 | 352 | 66 | 40 | 0 | 10 | 330 | 113 | 103 |
| Binary | 1101100 | 10011110 | 11101010 | 110110 | 100000 | 0 | 1000 | 11011000 | 1001011 | 1000011 |
Color Harmonies of #6C9EEA
Complementary color
Monochromatic Colors of #6C9EEA
Black with #6C9EEA
Text Example
Text Example
White with #6C9EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9EEA; }
p { color: rgb(108,158,234); }
H1.HeaderClassName
{
color: #6C9EEA;
}
.AnyTagClassName
{
color: #6C9EEA;
}
</style>
background-color css
<style>
a { background-color: #6C9EEA; }
a { background-color: rgb(108,158,234); }
div.DivClassName
{
background-color: #6C9EEA;
}
.BgClassName
{
background-color: #6C9EEA;
}
</style>
border-color css
<style>
span { border-color: #6C9EEA; }
span { border-color: rgb(108,158,234); }
td.TdClassName
{
border-color: #6C9EEA;
}
.TagClassName
{
border-color: #6C9EEA;
}
</style>