Shades of Cornflower Blue #6C9FE8
Tints of Cornflower Blue #6C9FE8
RGB
CMYK
RGB Variations
Color information
#6C9FE8 (or 0x6C9FE8) is known color: Cornflower Blue. HEX triplet: 6C, 9F and E8. RGB value is (108,159,232). Sum of RGB (Red+Green+Blue) = 108+159+232=499 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.64% from 499); Green value is 159 (62.5% from 255 or 31.86% from 499); Blue value is 232 (91.02% from 255 or 46.49% from 499); Max value from RGB is 232 - color contains mainly: blue. Hex color #6C9FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C9FE8 is #936017. Grayscale: #979797. Windows color (decimal): -9658392 or 15245164. OLE color: 15245164.
HSL color Cylindrical-coordinate representation of color #6C9FE8: hue angle of 215.32º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6C9FE8 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 159 | 232 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.09 |
| HSL | 215.32º | 0.73% | 0.67% | - |
| HSV(B) | 215.32º | 0.53% | 0.91% | - |
| XYZ | 33.15 | 33.81 | 81.12 | - |
| YUV | 152.07 | 173.1 | 96.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 159 | 232 | 0.53 | 0.31 | 0 | 0.09 | 215.32 | 0.73 | 0.67 |
| Hex | 6C | 9F | E8 | 35 | 1F | 0 | 9 | D7 | 49 | 43 |
| Octal | 154 | 237 | 350 | 65 | 37 | 0 | 11 | 327 | 111 | 103 |
| Binary | 1101100 | 10011111 | 11101000 | 110101 | 11111 | 0 | 1001 | 11010111 | 1001001 | 1000011 |
Color Harmonies of #6C9FE8
Complementary color
Monochromatic Colors of #6C9FE8
Black with #6C9FE8
Text Example
Text Example
White with #6C9FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C9FE8; }
p { color: rgb(108,159,232); }
H1.HeaderClassName
{
color: #6C9FE8;
}
.AnyTagClassName
{
color: #6C9FE8;
}
</style>
background-color css
<style>
a { background-color: #6C9FE8; }
a { background-color: rgb(108,159,232); }
div.DivClassName
{
background-color: #6C9FE8;
}
.BgClassName
{
background-color: #6C9FE8;
}
</style>
border-color css
<style>
span { border-color: #6C9FE8; }
span { border-color: rgb(108,159,232); }
td.TdClassName
{
border-color: #6C9FE8;
}
.TagClassName
{
border-color: #6C9FE8;
}
</style>