Shades of Cornflower Blue #6385DB
Tints of Cornflower Blue #6385DB
RGB
CMYK
RGB Variations
Color information
#6385DB (or 0x6385DB) is known color: Cornflower Blue. HEX triplet: 63, 85 and DB. RGB value is (99,133,219). Sum of RGB (Red+Green+Blue) = 99+133+219=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #6385DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385DB is #9C7A24. Grayscale: #848484. Windows color (decimal): -10254885 or 14386531. OLE color: 14386531.
HSL color Cylindrical-coordinate representation of color #6385DB: hue angle of 223º 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 #6385DB is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 133 | 219 | - |
| CMYK | 0.55 | 0.39 | 0 | 0.14 |
| HSL | 223º | 0.63% | 0.62% | - |
| HSV(B) | 223º | 0.55% | 0.86% | - |
| XYZ | 26.32 | 24.54 | 70.37 | - |
| YUV | 132.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 219 | 0.55 | 0.39 | 0 | 0.14 | 223 | 0.63 | 0.62 |
| Hex | 63 | 85 | DB | 37 | 27 | 0 | E | DF | 3E | 3E |
| Octal | 143 | 205 | 333 | 67 | 47 | 0 | 16 | 337 | 76 | 76 |
| Binary | 1100011 | 10000101 | 11011011 | 110111 | 100111 | 0 | 1110 | 11011111 | 111110 | 111110 |
Color Harmonies of #6385DB
Complementary color
Monochromatic Colors of #6385DB
Black with #6385DB
Text Example
Text Example
White with #6385DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385DB; }
p { color: rgb(99,133,219); }
H1.HeaderClassName
{
color: #6385DB;
}
.AnyTagClassName
{
color: #6385DB;
}
</style>
background-color css
<style>
a { background-color: #6385DB; }
a { background-color: rgb(99,133,219); }
div.DivClassName
{
background-color: #6385DB;
}
.BgClassName
{
background-color: #6385DB;
}
</style>
border-color css
<style>
span { border-color: #6385DB; }
span { border-color: rgb(99,133,219); }
td.TdClassName
{
border-color: #6385DB;
}
.TagClassName
{
border-color: #6385DB;
}
</style>