Shades of Cornflower Blue #6484E9
Tints of Cornflower Blue #6484E9
RGB
CMYK
RGB Variations
Color information
#6484E9 (or 0x6484E9) is known color: Cornflower Blue. HEX triplet: 64, 84 and E9. RGB value is (100,132,233). Sum of RGB (Red+Green+Blue) = 100+132+233=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 233 (91.41% from 255 or 50.11% from 465); Max value from RGB is 233 - color contains mainly: blue. Hex color #6484E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6484E9 is #9B7B16. Grayscale: #858585. Windows color (decimal): -10189591 or 15303780. OLE color: 15303780.
HSL color Cylindrical-coordinate representation of color #6484E9: hue angle of 225.56º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6484E9 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 132 | 233 | - |
| CMYK | 0.57 | 0.43 | 0 | 0.09 |
| HSL | 225.56º | 0.75% | 0.65% | - |
| HSV(B) | 225.56º | 0.57% | 0.91% | - |
| XYZ | 28.21 | 25.1 | 80.45 | - |
| YUV | 133.95 | 183.9 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 233 | 0.57 | 0.43 | 0 | 0.09 | 225.56 | 0.75 | 0.65 |
| Hex | 64 | 84 | E9 | 39 | 2B | 0 | 9 | E2 | 4B | 41 |
| Octal | 144 | 204 | 351 | 71 | 53 | 0 | 11 | 342 | 113 | 101 |
| Binary | 1100100 | 10000100 | 11101001 | 111001 | 101011 | 0 | 1001 | 11100010 | 1001011 | 1000001 |
Color Harmonies of #6484E9
Complementary color
Monochromatic Colors of #6484E9
Black with #6484E9
Text Example
Text Example
White with #6484E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6484E9; }
p { color: rgb(100,132,233); }
H1.HeaderClassName
{
color: #6484E9;
}
.AnyTagClassName
{
color: #6484E9;
}
</style>
background-color css
<style>
a { background-color: #6484E9; }
a { background-color: rgb(100,132,233); }
div.DivClassName
{
background-color: #6484E9;
}
.BgClassName
{
background-color: #6484E9;
}
</style>
border-color css
<style>
span { border-color: #6484E9; }
span { border-color: rgb(100,132,233); }
td.TdClassName
{
border-color: #6484E9;
}
.TagClassName
{
border-color: #6484E9;
}
</style>