Shades of Cornflower Blue #6395DB
Tints of Cornflower Blue #6395DB
RGB
CMYK
RGB Variations
Color information
#6395DB (or 0x6395DB) is known color: Cornflower Blue. HEX triplet: 63, 95 and DB. RGB value is (99,149,219). Sum of RGB (Red+Green+Blue) = 99+149+219=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 219 - color contains mainly: blue. Hex color #6395DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6395DB is #9C6A24. Grayscale: #8D8D8D. Windows color (decimal): -10250789 or 14390627. OLE color: 14390627.
HSL color Cylindrical-coordinate representation of color #6395DB: hue angle of 215º 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 #6395DB is Cyan = 0.55, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 99 | 149 | 219 | - |
| CMYK | 0.55 | 0.32 | 0 | 0.14 |
| HSL | 215º | 0.63% | 0.62% | - |
| HSV(B) | 215º | 0.55% | 0.86% | - |
| XYZ | 28.68 | 29.26 | 71.15 | - |
| YUV | 142.03 | 171.44 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 149 | 219 | 0.55 | 0.32 | 0 | 0.14 | 215 | 0.63 | 0.62 |
| Hex | 63 | 95 | DB | 37 | 20 | 0 | E | D7 | 3E | 3E |
| Octal | 143 | 225 | 333 | 67 | 40 | 0 | 16 | 327 | 76 | 76 |
| Binary | 1100011 | 10010101 | 11011011 | 110111 | 100000 | 0 | 1110 | 11010111 | 111110 | 111110 |
Color Harmonies of #6395DB
Complementary color
Monochromatic Colors of #6395DB
Black with #6395DB
Text Example
Text Example
White with #6395DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6395DB; }
p { color: rgb(99,149,219); }
H1.HeaderClassName
{
color: #6395DB;
}
.AnyTagClassName
{
color: #6395DB;
}
</style>
background-color css
<style>
a { background-color: #6395DB; }
a { background-color: rgb(99,149,219); }
div.DivClassName
{
background-color: #6395DB;
}
.BgClassName
{
background-color: #6395DB;
}
</style>
border-color css
<style>
span { border-color: #6395DB; }
span { border-color: rgb(99,149,219); }
td.TdClassName
{
border-color: #6395DB;
}
.TagClassName
{
border-color: #6395DB;
}
</style>