Shades of Cornflower Blue #6484DF
Tints of Cornflower Blue #6484DF
RGB
CMYK
RGB Variations
Color information
#6484DF (or 0x6484DF) is known color: Cornflower Blue. HEX triplet: 64, 84 and DF. RGB value is (100,132,223). Sum of RGB (Red+Green+Blue) = 100+132+223=455 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.98% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #6484DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6484DF is #9B7B20. Grayscale: #848484. Windows color (decimal): -10189601 or 14648420. OLE color: 14648420.
HSL color Cylindrical-coordinate representation of color #6484DF: hue angle of 224.39º degrees, saturation: 0.66, 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 #6484DF is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 132 | 223 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.13 |
| HSL | 224.39º | 0.66% | 0.63% | - |
| HSV(B) | 224.39º | 0.55% | 0.87% | - |
| XYZ | 26.83 | 24.54 | 73.13 | - |
| YUV | 132.81 | 178.9 | 104.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 223 | 0.55 | 0.41 | 0 | 0.13 | 224.39 | 0.66 | 0.63 |
| Hex | 64 | 84 | DF | 37 | 29 | 0 | D | E0 | 42 | 3F |
| Octal | 144 | 204 | 337 | 67 | 51 | 0 | 15 | 340 | 102 | 77 |
| Binary | 1100100 | 10000100 | 11011111 | 110111 | 101001 | 0 | 1101 | 11100000 | 1000010 | 111111 |
Color Harmonies of #6484DF
Complementary color
Monochromatic Colors of #6484DF
Black with #6484DF
Text Example
Text Example
White with #6484DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6484DF; }
p { color: rgb(100,132,223); }
H1.HeaderClassName
{
color: #6484DF;
}
.AnyTagClassName
{
color: #6484DF;
}
</style>
background-color css
<style>
a { background-color: #6484DF; }
a { background-color: rgb(100,132,223); }
div.DivClassName
{
background-color: #6484DF;
}
.BgClassName
{
background-color: #6484DF;
}
</style>
border-color css
<style>
span { border-color: #6484DF; }
span { border-color: rgb(100,132,223); }
td.TdClassName
{
border-color: #6484DF;
}
.TagClassName
{
border-color: #6484DF;
}
</style>