Shades of Cornflower Blue #6081DB
Tints of Cornflower Blue #6081DB
RGB
CMYK
RGB Variations
Color information
#6081DB (or 0x6081DB) is known color: Cornflower Blue. HEX triplet: 60, 81 and DB. RGB value is (96,129,219). Sum of RGB (Red+Green+Blue) = 96+129+219=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #6081DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6081DB is #9F7E24. Grayscale: #818181. Windows color (decimal): -10452517 or 14385504. OLE color: 14385504.
HSL color Cylindrical-coordinate representation of color #6081DB: hue angle of 223.9º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6081DB is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 129 | 219 | - |
| CMYK | 0.56 | 0.41 | 0 | 0.14 |
| HSL | 223.9º | 0.63% | 0.62% | - |
| HSV(B) | 223.9º | 0.56% | 0.86% | - |
| XYZ | 25.46 | 23.3 | 70.17 | - |
| YUV | 129.39 | 178.57 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 129 | 219 | 0.56 | 0.41 | 0 | 0.14 | 223.9 | 0.63 | 0.62 |
| Hex | 60 | 81 | DB | 38 | 29 | 0 | E | E0 | 3F | 3E |
| Octal | 140 | 201 | 333 | 70 | 51 | 0 | 16 | 340 | 77 | 76 |
| Binary | 1100000 | 10000001 | 11011011 | 111000 | 101001 | 0 | 1110 | 11100000 | 111111 | 111110 |
Color Harmonies of #6081DB
Complementary color
Monochromatic Colors of #6081DB
Black with #6081DB
Text Example
Text Example
White with #6081DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6081DB; }
p { color: rgb(96,129,219); }
H1.HeaderClassName
{
color: #6081DB;
}
.AnyTagClassName
{
color: #6081DB;
}
</style>
background-color css
<style>
a { background-color: #6081DB; }
a { background-color: rgb(96,129,219); }
div.DivClassName
{
background-color: #6081DB;
}
.BgClassName
{
background-color: #6081DB;
}
</style>
border-color css
<style>
span { border-color: #6081DB; }
span { border-color: rgb(96,129,219); }
td.TdClassName
{
border-color: #6081DB;
}
.TagClassName
{
border-color: #6081DB;
}
</style>