Shades of Cornflower Blue #6385DD
Tints of Cornflower Blue #6385DD
RGB
CMYK
RGB Variations
Color information
#6385DD (or 0x6385DD) is known color: Cornflower Blue. HEX triplet: 63, 85 and DD. RGB value is (99,133,221). Sum of RGB (Red+Green+Blue) = 99+133+221=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #6385DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6385DD is #9C7A22. Grayscale: #848484. Windows color (decimal): -10254883 or 14517603. OLE color: 14517603.
HSL color Cylindrical-coordinate representation of color #6385DD: hue angle of 223.28º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6385DD is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 133 | 221 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.13 |
| HSL | 223.28º | 0.64% | 0.63% | - |
| HSV(B) | 223.28º | 0.55% | 0.87% | - |
| XYZ | 26.58 | 24.65 | 71.76 | - |
| YUV | 132.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 133 | 221 | 0.55 | 0.40 | 0 | 0.13 | 223.28 | 0.64 | 0.63 |
| Hex | 63 | 85 | DD | 37 | 28 | 0 | D | DF | 40 | 3F |
| Octal | 143 | 205 | 335 | 67 | 50 | 0 | 15 | 337 | 100 | 77 |
| Binary | 1100011 | 10000101 | 11011101 | 110111 | 101000 | 0 | 1101 | 11011111 | 1000000 | 111111 |
Color Harmonies of #6385DD
Complementary color
Monochromatic Colors of #6385DD
Black with #6385DD
Text Example
Text Example
White with #6385DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6385DD; }
p { color: rgb(99,133,221); }
H1.HeaderClassName
{
color: #6385DD;
}
.AnyTagClassName
{
color: #6385DD;
}
</style>
background-color css
<style>
a { background-color: #6385DD; }
a { background-color: rgb(99,133,221); }
div.DivClassName
{
background-color: #6385DD;
}
.BgClassName
{
background-color: #6385DD;
}
</style>
border-color css
<style>
span { border-color: #6385DD; }
span { border-color: rgb(99,133,221); }
td.TdClassName
{
border-color: #6385DD;
}
.TagClassName
{
border-color: #6385DD;
}
</style>