Shades of Cornflower Blue #6494FF
Tints of Cornflower Blue #6494FF
RGB
CMYK
RGB Variations
Color information
#6494FF (or 0x6494FF) is known color: Cornflower Blue. HEX triplet: 64, 94 and FF. RGB value is (100,148,255). Sum of RGB (Red+Green+Blue) = 100+148+255=503 (66% of max value = 765). Red value is 100 (39.45% from 255 or 19.88% from 503); Green value is 148 (58.20% from 255 or 29.42% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #6494FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6494FF is #9B6B00. Grayscale: #919191. Windows color (decimal): -10185473 or 16749668. OLE color: 16749668.
HSL color Cylindrical-coordinate representation of color #6494FF: hue angle of 221.42º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6494FF is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 148 | 255 | - |
| CMYK | 0.61 | 0.42 | 0 | 0 |
| HSL | 221.42º | 1% | 0.7% | - |
| HSV(B) | 221.42º | 0.61% | 1% | - |
| XYZ | 33.9 | 31.11 | 98.83 | - |
| YUV | 145.85 | 189.6 | 95.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 255 | 0.61 | 0.42 | 0 | 0 | 221.42 | 1 | 0.7 |
| Hex | 64 | 94 | FF | 3D | 2A | 0 | 0 | DD | 64 | 46 |
| Octal | 144 | 224 | 377 | 75 | 52 | 0 | 0 | 335 | 144 | 106 |
| Binary | 1100100 | 10010100 | 11111111 | 111101 | 101010 | 0 | 0 | 11011101 | 1100100 | 1000110 |
Color Harmonies of #6494FF
Complementary color
Monochromatic Colors of #6494FF
Black with #6494FF
Text Example
Text Example
White with #6494FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6494FF; }
p { color: rgb(100,148,255); }
H1.HeaderClassName
{
color: #6494FF;
}
.AnyTagClassName
{
color: #6494FF;
}
</style>
background-color css
<style>
a { background-color: #6494FF; }
a { background-color: rgb(100,148,255); }
div.DivClassName
{
background-color: #6494FF;
}
.BgClassName
{
background-color: #6494FF;
}
</style>
border-color css
<style>
span { border-color: #6494FF; }
span { border-color: rgb(100,148,255); }
td.TdClassName
{
border-color: #6494FF;
}
.TagClassName
{
border-color: #6494FF;
}
</style>