Shades of Cornflower Blue #6F9FE8
Tints of Cornflower Blue #6F9FE8
RGB
CMYK
RGB Variations
Color information
#6F9FE8 (or 0x6F9FE8) is known color: Cornflower Blue. HEX triplet: 6F, 9F and E8. RGB value is (111,159,232). Sum of RGB (Red+Green+Blue) = 111+159+232=502 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.11% from 502); Green value is 159 (62.5% from 255 or 31.67% from 502); Blue value is 232 (91.02% from 255 or 46.22% from 502); Max value from RGB is 232 - color contains mainly: blue. Hex color #6F9FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F9FE8 is #906017. Grayscale: #989898. Windows color (decimal): -9461784 or 15245167. OLE color: 15245167.
HSL color Cylindrical-coordinate representation of color #6F9FE8: hue angle of 216.2º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6F9FE8 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 159 | 232 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.09 |
| HSL | 216.2º | 0.72% | 0.67% | - |
| HSV(B) | 216.2º | 0.52% | 0.91% | - |
| XYZ | 33.52 | 34 | 81.14 | - |
| YUV | 152.97 | 172.6 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 232 | 0.52 | 0.31 | 0 | 0.09 | 216.2 | 0.72 | 0.67 |
| Hex | 6F | 9F | E8 | 34 | 1F | 0 | 9 | D8 | 48 | 43 |
| Octal | 157 | 237 | 350 | 64 | 37 | 0 | 11 | 330 | 110 | 103 |
| Binary | 1101111 | 10011111 | 11101000 | 110100 | 11111 | 0 | 1001 | 11011000 | 1001000 | 1000011 |
Color Harmonies of #6F9FE8
Complementary color
Monochromatic Colors of #6F9FE8
Black with #6F9FE8
Text Example
Text Example
White with #6F9FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9FE8; }
p { color: rgb(111,159,232); }
H1.HeaderClassName
{
color: #6F9FE8;
}
.AnyTagClassName
{
color: #6F9FE8;
}
</style>
background-color css
<style>
a { background-color: #6F9FE8; }
a { background-color: rgb(111,159,232); }
div.DivClassName
{
background-color: #6F9FE8;
}
.BgClassName
{
background-color: #6F9FE8;
}
</style>
border-color css
<style>
span { border-color: #6F9FE8; }
span { border-color: rgb(111,159,232); }
td.TdClassName
{
border-color: #6F9FE8;
}
.TagClassName
{
border-color: #6F9FE8;
}
</style>