Shades of Cornflower Blue #6484DE
Tints of Cornflower Blue #6484DE
RGB
CMYK
RGB Variations
Color information
#6484DE (or 0x6484DE) is known color: Cornflower Blue. HEX triplet: 64, 84 and DE. RGB value is (100,132,222). Sum of RGB (Red+Green+Blue) = 100+132+222=454 (60% of max value = 765). Red value is 100 (39.45% from 255 or 22.03% from 454); Green value is 132 (51.95% from 255 or 29.07% from 454); Blue value is 222 (87.11% from 255 or 48.90% from 454); Max value from RGB is 222 - color contains mainly: blue. Hex color #6484DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6484DE is #9B7B21. Grayscale: #848484. Windows color (decimal): -10189602 or 14582884. OLE color: 14582884.
HSL color Cylindrical-coordinate representation of color #6484DE: hue angle of 224.26º degrees, saturation: 0.65, 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 #6484DE is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 132 | 222 | - |
| CMYK | 0.55 | 0.41 | 0 | 0.13 |
| HSL | 224.26º | 0.65% | 0.63% | - |
| HSV(B) | 224.26º | 0.55% | 0.87% | - |
| XYZ | 26.69 | 24.49 | 72.43 | - |
| YUV | 132.69 | 178.4 | 104.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 222 | 0.55 | 0.41 | 0 | 0.13 | 224.26 | 0.65 | 0.63 |
| Hex | 64 | 84 | DE | 37 | 29 | 0 | D | E0 | 41 | 3F |
| Octal | 144 | 204 | 336 | 67 | 51 | 0 | 15 | 340 | 101 | 77 |
| Binary | 1100100 | 10000100 | 11011110 | 110111 | 101001 | 0 | 1101 | 11100000 | 1000001 | 111111 |
Color Harmonies of #6484DE
Complementary color
Monochromatic Colors of #6484DE
Black with #6484DE
Text Example
Text Example
White with #6484DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6484DE; }
p { color: rgb(100,132,222); }
H1.HeaderClassName
{
color: #6484DE;
}
.AnyTagClassName
{
color: #6484DE;
}
</style>
background-color css
<style>
a { background-color: #6484DE; }
a { background-color: rgb(100,132,222); }
div.DivClassName
{
background-color: #6484DE;
}
.BgClassName
{
background-color: #6484DE;
}
</style>
border-color css
<style>
span { border-color: #6484DE; }
span { border-color: rgb(100,132,222); }
td.TdClassName
{
border-color: #6484DE;
}
.TagClassName
{
border-color: #6484DE;
}
</style>