Shades of Cornflower Blue #6F81DB
Tints of Cornflower Blue #6F81DB
RGB
CMYK
RGB Variations
Color information
#6F81DB (or 0x6F81DB) is known color: Cornflower Blue. HEX triplet: 6F, 81 and DB. RGB value is (111,129,219). Sum of RGB (Red+Green+Blue) = 111+129+219=459 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.18% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F81DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F81DB is #907E24. Grayscale: #858585. Windows color (decimal): -9469477 or 14385519. OLE color: 14385519.
HSL color Cylindrical-coordinate representation of color #6F81DB: hue angle of 230º 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 #6F81DB is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 111 | 129 | 219 | - |
| CMYK | 0.49 | 0.41 | 0 | 0.14 |
| HSL | 230º | 0.6% | 0.65% | - |
| HSV(B) | 230º | 0.49% | 0.86% | - |
| XYZ | 27.19 | 24.19 | 70.25 | - |
| YUV | 133.88 | 176.04 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 129 | 219 | 0.49 | 0.41 | 0 | 0.14 | 230 | 0.6 | 0.65 |
| Hex | 6F | 81 | DB | 31 | 29 | 0 | E | E6 | 3C | 41 |
| Octal | 157 | 201 | 333 | 61 | 51 | 0 | 16 | 346 | 74 | 101 |
| Binary | 1101111 | 10000001 | 11011011 | 110001 | 101001 | 0 | 1110 | 11100110 | 111100 | 1000001 |
Color Harmonies of #6F81DB
Complementary color
Monochromatic Colors of #6F81DB
Black with #6F81DB
Text Example
Text Example
White with #6F81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F81DB; }
p { color: rgb(111,129,219); }
H1.HeaderClassName
{
color: #6F81DB;
}
.AnyTagClassName
{
color: #6F81DB;
}
</style>
background-color css
<style>
a { background-color: #6F81DB; }
a { background-color: rgb(111,129,219); }
div.DivClassName
{
background-color: #6F81DB;
}
.BgClassName
{
background-color: #6F81DB;
}
</style>
border-color css
<style>
span { border-color: #6F81DB; }
span { border-color: rgb(111,129,219); }
td.TdClassName
{
border-color: #6F81DB;
}
.TagClassName
{
border-color: #6F81DB;
}
</style>