Shades of Cornflower Blue #6384DD
Tints of Cornflower Blue #6384DD
RGB
CMYK
RGB Variations
Color information
#6384DD (or 0x6384DD) is known color: Cornflower Blue. HEX triplet: 63, 84 and DD. RGB value is (99,132,221). Sum of RGB (Red+Green+Blue) = 99+132+221=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #6384DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6384DD is #9C7B22. Grayscale: #838383. Windows color (decimal): -10255139 or 14517347. OLE color: 14517347.
HSL color Cylindrical-coordinate representation of color #6384DD: hue angle of 223.77º 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 #6384DD is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 99 | 132 | 221 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.13 |
| HSL | 223.77º | 0.64% | 0.63% | - |
| HSV(B) | 223.77º | 0.55% | 0.87% | - |
| XYZ | 26.45 | 24.38 | 71.72 | - |
| YUV | 132.28 | 178.07 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 132 | 221 | 0.55 | 0.40 | 0 | 0.13 | 223.77 | 0.64 | 0.63 |
| Hex | 63 | 84 | DD | 37 | 28 | 0 | D | E0 | 40 | 3F |
| Octal | 143 | 204 | 335 | 67 | 50 | 0 | 15 | 340 | 100 | 77 |
| Binary | 1100011 | 10000100 | 11011101 | 110111 | 101000 | 0 | 1101 | 11100000 | 1000000 | 111111 |
Color Harmonies of #6384DD
Complementary color
Monochromatic Colors of #6384DD
Black with #6384DD
Text Example
Text Example
White with #6384DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6384DD; }
p { color: rgb(99,132,221); }
H1.HeaderClassName
{
color: #6384DD;
}
.AnyTagClassName
{
color: #6384DD;
}
</style>
background-color css
<style>
a { background-color: #6384DD; }
a { background-color: rgb(99,132,221); }
div.DivClassName
{
background-color: #6384DD;
}
.BgClassName
{
background-color: #6384DD;
}
</style>
border-color css
<style>
span { border-color: #6384DD; }
span { border-color: rgb(99,132,221); }
td.TdClassName
{
border-color: #6384DD;
}
.TagClassName
{
border-color: #6384DD;
}
</style>