Shades of Cornflower Blue #6484EA
Tints of Cornflower Blue #6484EA
RGB
CMYK
RGB Variations
Color information
#6484EA (or 0x6484EA) is known color: Cornflower Blue. HEX triplet: 64, 84 and EA. RGB value is (100,132,234). Sum of RGB (Red+Green+Blue) = 100+132+234=466 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.46% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #6484EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6484EA is #9B7B15. Grayscale: #858585. Windows color (decimal): -10189590 or 15369316. OLE color: 15369316.
HSL color Cylindrical-coordinate representation of color #6484EA: hue angle of 225.67º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6484EA is Cyan = 0.57, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 132 | 234 | - |
| CMYK | 0.57 | 0.44 | 0 | 0.08 |
| HSL | 225.67º | 0.76% | 0.65% | - |
| HSV(B) | 225.67º | 0.57% | 0.92% | - |
| XYZ | 28.36 | 25.15 | 81.2 | - |
| YUV | 134.06 | 184.4 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 234 | 0.57 | 0.44 | 0 | 0.08 | 225.67 | 0.76 | 0.65 |
| Hex | 64 | 84 | EA | 39 | 2C | 0 | 8 | E2 | 4C | 41 |
| Octal | 144 | 204 | 352 | 71 | 54 | 0 | 10 | 342 | 114 | 101 |
| Binary | 1100100 | 10000100 | 11101010 | 111001 | 101100 | 0 | 1000 | 11100010 | 1001100 | 1000001 |
Color Harmonies of #6484EA
Complementary color
Monochromatic Colors of #6484EA
Black with #6484EA
Text Example
Text Example
White with #6484EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6484EA; }
p { color: rgb(100,132,234); }
H1.HeaderClassName
{
color: #6484EA;
}
.AnyTagClassName
{
color: #6484EA;
}
</style>
background-color css
<style>
a { background-color: #6484EA; }
a { background-color: rgb(100,132,234); }
div.DivClassName
{
background-color: #6484EA;
}
.BgClassName
{
background-color: #6484EA;
}
</style>
border-color css
<style>
span { border-color: #6484EA; }
span { border-color: rgb(100,132,234); }
td.TdClassName
{
border-color: #6484EA;
}
.TagClassName
{
border-color: #6484EA;
}
</style>