Shades of Cornflower Blue #6589DB
Tints of Cornflower Blue #6589DB
RGB
CMYK
RGB Variations
Color information
#6589DB (or 0x6589DB) is known color: Cornflower Blue. HEX triplet: 65, 89 and DB. RGB value is (101,137,219). Sum of RGB (Red+Green+Blue) = 101+137+219=457 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.10% from 457); Green value is 137 (53.91% from 255 or 29.98% 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 #6589DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6589DB is #9A7624. Grayscale: #878787. Windows color (decimal): -10122789 or 14387557. OLE color: 14387557.
HSL color Cylindrical-coordinate representation of color #6589DB: hue angle of 221.69º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6589DB is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 137 | 219 | - |
| CMYK | 0.54 | 0.37 | 0 | 0.14 |
| HSL | 221.69º | 0.62% | 0.63% | - |
| HSV(B) | 221.69º | 0.54% | 0.86% | - |
| XYZ | 27.1 | 25.77 | 70.56 | - |
| YUV | 135.58 | 175.07 | 103.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 219 | 0.54 | 0.37 | 0 | 0.14 | 221.69 | 0.62 | 0.63 |
| Hex | 65 | 89 | DB | 36 | 25 | 0 | E | DE | 3E | 3F |
| Octal | 145 | 211 | 333 | 66 | 45 | 0 | 16 | 336 | 76 | 77 |
| Binary | 1100101 | 10001001 | 11011011 | 110110 | 100101 | 0 | 1110 | 11011110 | 111110 | 111111 |
Color Harmonies of #6589DB
Complementary color
Monochromatic Colors of #6589DB
Black with #6589DB
Text Example
Text Example
White with #6589DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6589DB; }
p { color: rgb(101,137,219); }
H1.HeaderClassName
{
color: #6589DB;
}
.AnyTagClassName
{
color: #6589DB;
}
</style>
background-color css
<style>
a { background-color: #6589DB; }
a { background-color: rgb(101,137,219); }
div.DivClassName
{
background-color: #6589DB;
}
.BgClassName
{
background-color: #6589DB;
}
</style>
border-color css
<style>
span { border-color: #6589DB; }
span { border-color: rgb(101,137,219); }
td.TdClassName
{
border-color: #6589DB;
}
.TagClassName
{
border-color: #6589DB;
}
</style>