Shades of Cornflower Blue #6F95DB
Tints of Cornflower Blue #6F95DB
RGB
CMYK
RGB Variations
Color information
#6F95DB (or 0x6F95DB) is known color: Cornflower Blue. HEX triplet: 6F, 95 and DB. RGB value is (111,149,219). Sum of RGB (Red+Green+Blue) = 111+149+219=479 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.17% from 479); Green value is 149 (58.59% from 255 or 31.11% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F95DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F95DB is #906A24. Grayscale: #919191. Windows color (decimal): -9464357 or 14390639. OLE color: 14390639.
HSL color Cylindrical-coordinate representation of color #6F95DB: hue angle of 218.89º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F95DB is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 149 | 219 | - |
| CMYK | 0.49 | 0.32 | 0 | 0.14 |
| HSL | 218.89º | 0.6% | 0.65% | - |
| HSV(B) | 218.89º | 0.49% | 0.86% | - |
| XYZ | 30.09 | 29.99 | 71.22 | - |
| YUV | 145.62 | 169.41 | 103.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 149 | 219 | 0.49 | 0.32 | 0 | 0.14 | 218.89 | 0.6 | 0.65 |
| Hex | 6F | 95 | DB | 31 | 20 | 0 | E | DB | 3C | 41 |
| Octal | 157 | 225 | 333 | 61 | 40 | 0 | 16 | 333 | 74 | 101 |
| Binary | 1101111 | 10010101 | 11011011 | 110001 | 100000 | 0 | 1110 | 11011011 | 111100 | 1000001 |
Color Harmonies of #6F95DB
Complementary color
Monochromatic Colors of #6F95DB
Black with #6F95DB
Text Example
Text Example
White with #6F95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F95DB; }
p { color: rgb(111,149,219); }
H1.HeaderClassName
{
color: #6F95DB;
}
.AnyTagClassName
{
color: #6F95DB;
}
</style>
background-color css
<style>
a { background-color: #6F95DB; }
a { background-color: rgb(111,149,219); }
div.DivClassName
{
background-color: #6F95DB;
}
.BgClassName
{
background-color: #6F95DB;
}
</style>
border-color css
<style>
span { border-color: #6F95DB; }
span { border-color: rgb(111,149,219); }
td.TdClassName
{
border-color: #6F95DB;
}
.TagClassName
{
border-color: #6F95DB;
}
</style>