Shades of Cornflower Blue #6387DB
Tints of Cornflower Blue #6387DB
RGB
CMYK
RGB Variations
Color information
#6387DB (or 0x6387DB) is known color: Cornflower Blue. HEX triplet: 63, 87 and DB. RGB value is (99,135,219). Sum of RGB (Red+Green+Blue) = 99+135+219=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 135 (53.12% from 255 or 29.80% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #6387DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6387DB is #9C7824. Grayscale: #858585. Windows color (decimal): -10254373 or 14387043. OLE color: 14387043.
HSL color Cylindrical-coordinate representation of color #6387DB: hue angle of 222º 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 #6387DB is Cyan = 0.55, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 135 | 219 | - |
| CMYK | 0.55 | 0.38 | 0 | 0.14 |
| HSL | 222º | 0.63% | 0.62% | - |
| HSV(B) | 222º | 0.55% | 0.86% | - |
| XYZ | 26.6 | 25.1 | 70.46 | - |
| YUV | 133.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 135 | 219 | 0.55 | 0.38 | 0 | 0.14 | 222 | 0.63 | 0.62 |
| Hex | 63 | 87 | DB | 37 | 26 | 0 | E | DE | 3E | 3E |
| Octal | 143 | 207 | 333 | 67 | 46 | 0 | 16 | 336 | 76 | 76 |
| Binary | 1100011 | 10000111 | 11011011 | 110111 | 100110 | 0 | 1110 | 11011110 | 111110 | 111110 |
Color Harmonies of #6387DB
Complementary color
Monochromatic Colors of #6387DB
Black with #6387DB
Text Example
Text Example
White with #6387DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6387DB; }
p { color: rgb(99,135,219); }
H1.HeaderClassName
{
color: #6387DB;
}
.AnyTagClassName
{
color: #6387DB;
}
</style>
background-color css
<style>
a { background-color: #6387DB; }
a { background-color: rgb(99,135,219); }
div.DivClassName
{
background-color: #6387DB;
}
.BgClassName
{
background-color: #6387DB;
}
</style>
border-color css
<style>
span { border-color: #6387DB; }
span { border-color: rgb(99,135,219); }
td.TdClassName
{
border-color: #6387DB;
}
.TagClassName
{
border-color: #6387DB;
}
</style>