Shades of Cornflower Blue #6382DB
Tints of Cornflower Blue #6382DB
RGB
CMYK
RGB Variations
Color information
#6382DB (or 0x6382DB) is known color: Cornflower Blue. HEX triplet: 63, 82 and DB. RGB value is (99,130,219). Sum of RGB (Red+Green+Blue) = 99+130+219=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 219 (85.94% from 255 or 48.88% from 448); Max value from RGB is 219 - color contains mainly: blue. Hex color #6382DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6382DB is #9C7D24. Grayscale: #828282. Windows color (decimal): -10255653 or 14385763. OLE color: 14385763.
HSL color Cylindrical-coordinate representation of color #6382DB: hue angle of 224.5º 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 #6382DB is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 130 | 219 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.14 |
| HSL | 224.5º | 0.63% | 0.62% | - |
| HSV(B) | 224.5º | 0.55% | 0.86% | - |
| XYZ | 25.91 | 23.73 | 70.23 | - |
| YUV | 130.88 | 177.73 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 130 | 219 | 0.55 | 0.41 | 0 | 0.14 | 224.5 | 0.63 | 0.62 |
| Hex | 63 | 82 | DB | 37 | 29 | 0 | E | E0 | 3E | 3E |
| Octal | 143 | 202 | 333 | 67 | 51 | 0 | 16 | 340 | 76 | 76 |
| Binary | 1100011 | 10000010 | 11011011 | 110111 | 101001 | 0 | 1110 | 11100000 | 111110 | 111110 |
Color Harmonies of #6382DB
Complementary color
Monochromatic Colors of #6382DB
Black with #6382DB
Text Example
Text Example
White with #6382DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6382DB; }
p { color: rgb(99,130,219); }
H1.HeaderClassName
{
color: #6382DB;
}
.AnyTagClassName
{
color: #6382DB;
}
</style>
background-color css
<style>
a { background-color: #6382DB; }
a { background-color: rgb(99,130,219); }
div.DivClassName
{
background-color: #6382DB;
}
.BgClassName
{
background-color: #6382DB;
}
</style>
border-color css
<style>
span { border-color: #6382DB; }
span { border-color: rgb(99,130,219); }
td.TdClassName
{
border-color: #6382DB;
}
.TagClassName
{
border-color: #6382DB;
}
</style>