Shades of Cornflower Blue #6089DB
Tints of Cornflower Blue #6089DB
RGB
CMYK
RGB Variations
Color information
#6089DB (or 0x6089DB) is known color: Cornflower Blue. HEX triplet: 60, 89 and DB. RGB value is (96,137,219). Sum of RGB (Red+Green+Blue) = 96+137+219=452 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.24% from 452); Green value is 137 (53.91% from 255 or 30.31% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #6089DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6089DB is #9F7624. Grayscale: #858585. Windows color (decimal): -10450469 or 14387552. OLE color: 14387552.
HSL color Cylindrical-coordinate representation of color #6089DB: hue angle of 220º 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 #6089DB is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 96 | 137 | 219 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.14 |
| HSL | 220º | 0.63% | 0.62% | - |
| HSV(B) | 220º | 0.56% | 0.86% | - |
| XYZ | 26.56 | 25.49 | 70.54 | - |
| YUV | 134.09 | 175.92 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 137 | 219 | 0.56 | 0.37 | 0 | 0.14 | 220 | 0.63 | 0.62 |
| Hex | 60 | 89 | DB | 38 | 25 | 0 | E | DC | 3F | 3E |
| Octal | 140 | 211 | 333 | 70 | 45 | 0 | 16 | 334 | 77 | 76 |
| Binary | 1100000 | 10001001 | 11011011 | 111000 | 100101 | 0 | 1110 | 11011100 | 111111 | 111110 |
Color Harmonies of #6089DB
Complementary color
Monochromatic Colors of #6089DB
Black with #6089DB
Text Example
Text Example
White with #6089DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6089DB; }
p { color: rgb(96,137,219); }
H1.HeaderClassName
{
color: #6089DB;
}
.AnyTagClassName
{
color: #6089DB;
}
</style>
background-color css
<style>
a { background-color: #6089DB; }
a { background-color: rgb(96,137,219); }
div.DivClassName
{
background-color: #6089DB;
}
.BgClassName
{
background-color: #6089DB;
}
</style>
border-color css
<style>
span { border-color: #6089DB; }
span { border-color: rgb(96,137,219); }
td.TdClassName
{
border-color: #6089DB;
}
.TagClassName
{
border-color: #6089DB;
}
</style>