Shades of Cornflower Blue #6484FA
Tints of Cornflower Blue #6484FA
RGB
CMYK
RGB Variations
Color information
#6484FA (or 0x6484FA) is known color: Cornflower Blue. HEX triplet: 64, 84 and FA. RGB value is (100,132,250). Sum of RGB (Red+Green+Blue) = 100+132+250=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #6484FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6484FA is #9B7B05. Grayscale: #878787. Windows color (decimal): -10189574 or 16417892. OLE color: 16417892.
HSL color Cylindrical-coordinate representation of color #6484FA: hue angle of 227.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6484FA is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 132 | 250 | - |
| CMYK | 0.6 | 0.47 | 0 | 0.02 |
| HSL | 227.2º | 0.94% | 0.69% | - |
| HSV(B) | 227.2º | 0.6% | 0.98% | - |
| XYZ | 30.76 | 26.11 | 93.86 | - |
| YUV | 135.88 | 192.4 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 250 | 0.6 | 0.47 | 0 | 0.02 | 227.2 | 0.94 | 0.69 |
| Hex | 64 | 84 | FA | 3C | 2F | 0 | 2 | E3 | 5E | 45 |
| Octal | 144 | 204 | 372 | 74 | 57 | 0 | 2 | 343 | 136 | 105 |
| Binary | 1100100 | 10000100 | 11111010 | 111100 | 101111 | 0 | 10 | 11100011 | 1011110 | 1000101 |
Color Harmonies of #6484FA
Complementary color
Monochromatic Colors of #6484FA
Black with #6484FA
Text Example
Text Example
White with #6484FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6484FA; }
p { color: rgb(100,132,250); }
H1.HeaderClassName
{
color: #6484FA;
}
.AnyTagClassName
{
color: #6484FA;
}
</style>
background-color css
<style>
a { background-color: #6484FA; }
a { background-color: rgb(100,132,250); }
div.DivClassName
{
background-color: #6484FA;
}
.BgClassName
{
background-color: #6484FA;
}
</style>
border-color css
<style>
span { border-color: #6484FA; }
span { border-color: rgb(100,132,250); }
td.TdClassName
{
border-color: #6484FA;
}
.TagClassName
{
border-color: #6484FA;
}
</style>