Shades of Cornflower Blue #6598DB
Tints of Cornflower Blue #6598DB
RGB
CMYK
RGB Variations
Color information
#6598DB (or 0x6598DB) is known color: Cornflower Blue. HEX triplet: 65, 98 and DB. RGB value is (101,152,219). Sum of RGB (Red+Green+Blue) = 101+152+219=472 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.40% from 472); Green value is 152 (59.77% from 255 or 32.20% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #6598DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6598DB is #9A6724. Grayscale: #909090. Windows color (decimal): -10118949 or 14391397. OLE color: 14391397.
HSL color Cylindrical-coordinate representation of color #6598DB: hue angle of 214.07º 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 #6598DB is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 101 | 152 | 219 | - |
| CMYK | 0.54 | 0.31 | 0 | 0.14 |
| HSL | 214.07º | 0.62% | 0.63% | - |
| HSV(B) | 214.07º | 0.54% | 0.86% | - |
| XYZ | 29.38 | 30.34 | 71.33 | - |
| YUV | 144.39 | 170.1 | 97.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 219 | 0.54 | 0.31 | 0 | 0.14 | 214.07 | 0.62 | 0.63 |
| Hex | 65 | 98 | DB | 36 | 1F | 0 | E | D6 | 3E | 3F |
| Octal | 145 | 230 | 333 | 66 | 37 | 0 | 16 | 326 | 76 | 77 |
| Binary | 1100101 | 10011000 | 11011011 | 110110 | 11111 | 0 | 1110 | 11010110 | 111110 | 111111 |
Color Harmonies of #6598DB
Complementary color
Monochromatic Colors of #6598DB
Black with #6598DB
Text Example
Text Example
White with #6598DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6598DB; }
p { color: rgb(101,152,219); }
H1.HeaderClassName
{
color: #6598DB;
}
.AnyTagClassName
{
color: #6598DB;
}
</style>
background-color css
<style>
a { background-color: #6598DB; }
a { background-color: rgb(101,152,219); }
div.DivClassName
{
background-color: #6598DB;
}
.BgClassName
{
background-color: #6598DB;
}
</style>
border-color css
<style>
span { border-color: #6598DB; }
span { border-color: rgb(101,152,219); }
td.TdClassName
{
border-color: #6598DB;
}
.TagClassName
{
border-color: #6598DB;
}
</style>