Shades of Cornflower Blue #6499FF
Tints of Cornflower Blue #6499FF
RGB
CMYK
RGB Variations
Color information
#6499FF (or 0x6499FF) is known color: Cornflower Blue. HEX triplet: 64, 99 and FF. RGB value is (100,153,255). Sum of RGB (Red+Green+Blue) = 100+153+255=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #6499FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6499FF is #9B6600. Grayscale: #949494. Windows color (decimal): -10184193 or 16750948. OLE color: 16750948.
HSL color Cylindrical-coordinate representation of color #6499FF: hue angle of 219.48º 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 #6499FF is Cyan = 0.61, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 153 | 255 | - |
| CMYK | 0.61 | 0.4 | 0 | 0 |
| HSL | 219.48º | 1% | 0.7% | - |
| HSV(B) | 219.48º | 0.61% | 1% | - |
| XYZ | 34.7 | 32.71 | 99.09 | - |
| YUV | 148.78 | 187.94 | 93.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 255 | 0.61 | 0.4 | 0 | 0 | 219.48 | 1 | 0.7 |
| Hex | 64 | 99 | FF | 3D | 28 | 0 | 0 | DB | 64 | 46 |
| Octal | 144 | 231 | 377 | 75 | 50 | 0 | 0 | 333 | 144 | 106 |
| Binary | 1100100 | 10011001 | 11111111 | 111101 | 101000 | 0 | 0 | 11011011 | 1100100 | 1000110 |
Color Harmonies of #6499FF
Complementary color
Monochromatic Colors of #6499FF
Black with #6499FF
Text Example
Text Example
White with #6499FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6499FF; }
p { color: rgb(100,153,255); }
H1.HeaderClassName
{
color: #6499FF;
}
.AnyTagClassName
{
color: #6499FF;
}
</style>
background-color css
<style>
a { background-color: #6499FF; }
a { background-color: rgb(100,153,255); }
div.DivClassName
{
background-color: #6499FF;
}
.BgClassName
{
background-color: #6499FF;
}
</style>
border-color css
<style>
span { border-color: #6499FF; }
span { border-color: rgb(100,153,255); }
td.TdClassName
{
border-color: #6499FF;
}
.TagClassName
{
border-color: #6499FF;
}
</style>