Shades of Cornflower Blue #6484DD
Tints of Cornflower Blue #6484DD
RGB
CMYK
RGB Variations
Color information
#6484DD (or 0x6484DD) is known color: Cornflower Blue. HEX triplet: 64, 84 and DD. RGB value is (100,132,221). Sum of RGB (Red+Green+Blue) = 100+132+221=453 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.08% from 453); Green value is 132 (51.95% from 255 or 29.14% 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 #6484DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6484DD is #9B7B22. Grayscale: #848484. Windows color (decimal): -10189603 or 14517348. OLE color: 14517348.
HSL color Cylindrical-coordinate representation of color #6484DD: hue angle of 224.13º 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 #6484DD is Cyan = 0.55, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 132 | 221 | - |
| CMYK | 0.55 | 0.40 | 0 | 0.13 |
| HSL | 224.13º | 0.64% | 0.63% | - |
| HSV(B) | 224.13º | 0.55% | 0.87% | - |
| XYZ | 26.56 | 24.43 | 71.72 | - |
| YUV | 132.58 | 177.9 | 104.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 221 | 0.55 | 0.40 | 0 | 0.13 | 224.13 | 0.64 | 0.63 |
| Hex | 64 | 84 | DD | 37 | 28 | 0 | D | E0 | 40 | 3F |
| Octal | 144 | 204 | 335 | 67 | 50 | 0 | 15 | 340 | 100 | 77 |
| Binary | 1100100 | 10000100 | 11011101 | 110111 | 101000 | 0 | 1101 | 11100000 | 1000000 | 111111 |
Color Harmonies of #6484DD
Complementary color
Monochromatic Colors of #6484DD
Black with #6484DD
Text Example
Text Example
White with #6484DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6484DD; }
p { color: rgb(100,132,221); }
H1.HeaderClassName
{
color: #6484DD;
}
.AnyTagClassName
{
color: #6484DD;
}
</style>
background-color css
<style>
a { background-color: #6484DD; }
a { background-color: rgb(100,132,221); }
div.DivClassName
{
background-color: #6484DD;
}
.BgClassName
{
background-color: #6484DD;
}
</style>
border-color css
<style>
span { border-color: #6484DD; }
span { border-color: rgb(100,132,221); }
td.TdClassName
{
border-color: #6484DD;
}
.TagClassName
{
border-color: #6484DD;
}
</style>