Shades of Cornflower Blue #649CFF
Tints of Cornflower Blue #649CFF
RGB
CMYK
RGB Variations
Color information
#649CFF (or 0x649CFF) is known color: Cornflower Blue. HEX triplet: 64, 9C and FF. RGB value is (100,156,255). Sum of RGB (Red+Green+Blue) = 100+156+255=511 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.57% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #649CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CFF is #9B6300. Grayscale: #969696. Windows color (decimal): -10183425 or 16751716. OLE color: 16751716.
HSL color Cylindrical-coordinate representation of color #649CFF: hue angle of 218.32º 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 #649CFF is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 156 | 255 | - |
| CMYK | 0.61 | 0.39 | 0 | 0 |
| HSL | 218.32º | 1% | 0.7% | - |
| HSV(B) | 218.32º | 0.61% | 1% | - |
| XYZ | 35.19 | 33.71 | 99.26 | - |
| YUV | 150.54 | 186.95 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 255 | 0.61 | 0.39 | 0 | 0 | 218.32 | 1 | 0.7 |
| Hex | 64 | 9C | FF | 3D | 27 | 0 | 0 | DA | 64 | 46 |
| Octal | 144 | 234 | 377 | 75 | 47 | 0 | 0 | 332 | 144 | 106 |
| Binary | 1100100 | 10011100 | 11111111 | 111101 | 100111 | 0 | 0 | 11011010 | 1100100 | 1000110 |
Color Harmonies of #649CFF
Complementary color
Monochromatic Colors of #649CFF
Black with #649CFF
Text Example
Text Example
White with #649CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CFF; }
p { color: rgb(100,156,255); }
H1.HeaderClassName
{
color: #649CFF;
}
.AnyTagClassName
{
color: #649CFF;
}
</style>
background-color css
<style>
a { background-color: #649CFF; }
a { background-color: rgb(100,156,255); }
div.DivClassName
{
background-color: #649CFF;
}
.BgClassName
{
background-color: #649CFF;
}
</style>
border-color css
<style>
span { border-color: #649CFF; }
span { border-color: rgb(100,156,255); }
td.TdClassName
{
border-color: #649CFF;
}
.TagClassName
{
border-color: #649CFF;
}
</style>