Shades of Cornflower Blue #6389DB
Tints of Cornflower Blue #6389DB
RGB
CMYK
RGB Variations
Color information
#6389DB (or 0x6389DB) is known color: Cornflower Blue. HEX triplet: 63, 89 and DB. RGB value is (99,137,219). Sum of RGB (Red+Green+Blue) = 99+137+219=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 137 (53.91% from 255 or 30.11% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #6389DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6389DB is #9C7624. Grayscale: #868686. Windows color (decimal): -10253861 or 14387555. OLE color: 14387555.
HSL color Cylindrical-coordinate representation of color #6389DB: hue angle of 221º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6389DB is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 137 | 219 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.14 |
| HSL | 221º | 0.63% | 0.62% | - |
| HSV(B) | 221º | 0.55% | 0.86% | - |
| XYZ | 26.88 | 25.66 | 70.55 | - |
| YUV | 134.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 137 | 219 | 0.55 | 0.37 | 0 | 0.14 | 221 | 0.63 | 0.62 |
| Hex | 63 | 89 | DB | 37 | 25 | 0 | E | DD | 3E | 3E |
| Octal | 143 | 211 | 333 | 67 | 45 | 0 | 16 | 335 | 76 | 76 |
| Binary | 1100011 | 10001001 | 11011011 | 110111 | 100101 | 0 | 1110 | 11011101 | 111110 | 111110 |
Color Harmonies of #6389DB
Complementary color
Monochromatic Colors of #6389DB
Black with #6389DB
Text Example
Text Example
White with #6389DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6389DB; }
p { color: rgb(99,137,219); }
H1.HeaderClassName
{
color: #6389DB;
}
.AnyTagClassName
{
color: #6389DB;
}
</style>
background-color css
<style>
a { background-color: #6389DB; }
a { background-color: rgb(99,137,219); }
div.DivClassName
{
background-color: #6389DB;
}
.BgClassName
{
background-color: #6389DB;
}
</style>
border-color css
<style>
span { border-color: #6389DB; }
span { border-color: rgb(99,137,219); }
td.TdClassName
{
border-color: #6389DB;
}
.TagClassName
{
border-color: #6389DB;
}
</style>