Shades of Cornflower Blue #6F96DF
Tints of Cornflower Blue #6F96DF
RGB
CMYK
RGB Variations
Color information
#6F96DF (or 0x6F96DF) is known color: Cornflower Blue. HEX triplet: 6F, 96 and DF. RGB value is (111,150,223). Sum of RGB (Red+Green+Blue) = 111+150+223=484 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.93% from 484); Green value is 150 (58.98% from 255 or 30.99% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 223 - color contains mainly: blue. Hex color #6F96DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F96DF is #906920. Grayscale: #929292. Windows color (decimal): -9464097 or 14653039. OLE color: 14653039.
HSL color Cylindrical-coordinate representation of color #6F96DF: hue angle of 219.11º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F96DF is Cyan = 0.50, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 111 | 150 | 223 | - |
| CMYK | 0.50 | 0.33 | 0 | 0.13 |
| HSL | 219.11º | 0.64% | 0.65% | - |
| HSV(B) | 219.11º | 0.5% | 0.87% | - |
| XYZ | 30.78 | 30.52 | 74.08 | - |
| YUV | 146.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 150 | 223 | 0.50 | 0.33 | 0 | 0.13 | 219.11 | 0.64 | 0.65 |
| Hex | 6F | 96 | DF | 32 | 21 | 0 | D | DB | 40 | 41 |
| Octal | 157 | 226 | 337 | 62 | 41 | 0 | 15 | 333 | 100 | 101 |
| Binary | 1101111 | 10010110 | 11011111 | 110010 | 100001 | 0 | 1101 | 11011011 | 1000000 | 1000001 |
Color Harmonies of #6F96DF
Complementary color
Monochromatic Colors of #6F96DF
Black with #6F96DF
Text Example
Text Example
White with #6F96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F96DF; }
p { color: rgb(111,150,223); }
H1.HeaderClassName
{
color: #6F96DF;
}
.AnyTagClassName
{
color: #6F96DF;
}
</style>
background-color css
<style>
a { background-color: #6F96DF; }
a { background-color: rgb(111,150,223); }
div.DivClassName
{
background-color: #6F96DF;
}
.BgClassName
{
background-color: #6F96DF;
}
</style>
border-color css
<style>
span { border-color: #6F96DF; }
span { border-color: rgb(111,150,223); }
td.TdClassName
{
border-color: #6F96DF;
}
.TagClassName
{
border-color: #6F96DF;
}
</style>