Shades of Cornflower Blue #6F96E8
Tints of Cornflower Blue #6F96E8
RGB
CMYK
RGB Variations
Color information
#6F96E8 (or 0x6F96E8) is known color: Cornflower Blue. HEX triplet: 6F, 96 and E8. RGB value is (111,150,232). Sum of RGB (Red+Green+Blue) = 111+150+232=493 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.52% from 493); Green value is 150 (58.98% from 255 or 30.43% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 232 - color contains mainly: blue. Hex color #6F96E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6F96E8 is #906917. Grayscale: #939393. Windows color (decimal): -9464088 or 15242863. OLE color: 15242863.
HSL color Cylindrical-coordinate representation of color #6F96E8: hue angle of 220.66º 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 #6F96E8 is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 111 | 150 | 232 | - |
| CMYK | 0.52 | 0.35 | 0 | 0.09 |
| HSL | 220.66º | 0.72% | 0.67% | - |
| HSV(B) | 220.66º | 0.52% | 0.91% | - |
| XYZ | 32.03 | 31.02 | 80.64 | - |
| YUV | 147.69 | 175.58 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 232 | 0.52 | 0.35 | 0 | 0.09 | 220.66 | 0.72 | 0.67 |
| Hex | 6F | 96 | E8 | 34 | 23 | 0 | 9 | DD | 48 | 43 |
| Octal | 157 | 226 | 350 | 64 | 43 | 0 | 11 | 335 | 110 | 103 |
| Binary | 1101111 | 10010110 | 11101000 | 110100 | 100011 | 0 | 1001 | 11011101 | 1001000 | 1000011 |
Color Harmonies of #6F96E8
Complementary color
Monochromatic Colors of #6F96E8
Black with #6F96E8
Text Example
Text Example
White with #6F96E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F96E8; }
p { color: rgb(111,150,232); }
H1.HeaderClassName
{
color: #6F96E8;
}
.AnyTagClassName
{
color: #6F96E8;
}
</style>
background-color css
<style>
a { background-color: #6F96E8; }
a { background-color: rgb(111,150,232); }
div.DivClassName
{
background-color: #6F96E8;
}
.BgClassName
{
background-color: #6F96E8;
}
</style>
border-color css
<style>
span { border-color: #6F96E8; }
span { border-color: rgb(111,150,232); }
td.TdClassName
{
border-color: #6F96E8;
}
.TagClassName
{
border-color: #6F96E8;
}
</style>