Shades of Cornflower Blue #6F7FDB
Tints of Cornflower Blue #6F7FDB
RGB
CMYK
RGB Variations
Color information
#6F7FDB (or 0x6F7FDB) is known color: Cornflower Blue. HEX triplet: 6F, 7F and DB. RGB value is (111,127,219). Sum of RGB (Red+Green+Blue) = 111+127+219=457 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.29% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F7FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7FDB is #908024. Grayscale: #848484. Windows color (decimal): -9469989 or 14385007. OLE color: 14385007.
HSL color Cylindrical-coordinate representation of color #6F7FDB: hue angle of 231.11º 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 #6F7FDB is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 127 | 219 | - |
| CMYK | 0.49 | 0.42 | 0 | 0.14 |
| HSL | 231.11º | 0.6% | 0.65% | - |
| HSV(B) | 231.11º | 0.49% | 0.86% | - |
| XYZ | 26.93 | 23.67 | 70.17 | - |
| YUV | 132.7 | 176.7 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 127 | 219 | 0.49 | 0.42 | 0 | 0.14 | 231.11 | 0.6 | 0.65 |
| Hex | 6F | 7F | DB | 31 | 2A | 0 | E | E7 | 3C | 41 |
| Octal | 157 | 177 | 333 | 61 | 52 | 0 | 16 | 347 | 74 | 101 |
| Binary | 1101111 | 1111111 | 11011011 | 110001 | 101010 | 0 | 1110 | 11100111 | 111100 | 1000001 |
Color Harmonies of #6F7FDB
Complementary color
Monochromatic Colors of #6F7FDB
Black with #6F7FDB
Text Example
Text Example
White with #6F7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7FDB; }
p { color: rgb(111,127,219); }
H1.HeaderClassName
{
color: #6F7FDB;
}
.AnyTagClassName
{
color: #6F7FDB;
}
</style>
background-color css
<style>
a { background-color: #6F7FDB; }
a { background-color: rgb(111,127,219); }
div.DivClassName
{
background-color: #6F7FDB;
}
.BgClassName
{
background-color: #6F7FDB;
}
</style>
border-color css
<style>
span { border-color: #6F7FDB; }
span { border-color: rgb(111,127,219); }
td.TdClassName
{
border-color: #6F7FDB;
}
.TagClassName
{
border-color: #6F7FDB;
}
</style>