Shades of Cornflower Blue #649CEE
Tints of Cornflower Blue #649CEE
RGB
CMYK
RGB Variations
Color information
#649CEE (or 0x649CEE) is known color: Cornflower Blue. HEX triplet: 64, 9C and EE. RGB value is (100,156,238). Sum of RGB (Red+Green+Blue) = 100+156+238=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 156 (61.33% from 255 or 31.58% from 494); Blue value is 238 (93.36% from 255 or 48.18% from 494); Max value from RGB is 238 - color contains mainly: blue. Hex color #649CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649CEE is #9B6311. Grayscale: #949494. Windows color (decimal): -10183442 or 15637604. OLE color: 15637604.
HSL color Cylindrical-coordinate representation of color #649CEE: hue angle of 215.65º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649CEE is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 156 | 238 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.07 |
| HSL | 215.65º | 0.8% | 0.66% | - |
| HSV(B) | 215.65º | 0.58% | 0.93% | - |
| XYZ | 32.58 | 32.66 | 85.48 | - |
| YUV | 148.6 | 178.45 | 93.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 238 | 0.58 | 0.34 | 0 | 0.07 | 215.65 | 0.8 | 0.66 |
| Hex | 64 | 9C | EE | 3A | 22 | 0 | 7 | D8 | 50 | 42 |
| Octal | 144 | 234 | 356 | 72 | 42 | 0 | 7 | 330 | 120 | 102 |
| Binary | 1100100 | 10011100 | 11101110 | 111010 | 100010 | 0 | 111 | 11011000 | 1010000 | 1000010 |
Color Harmonies of #649CEE
Complementary color
Monochromatic Colors of #649CEE
Black with #649CEE
Text Example
Text Example
White with #649CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CEE; }
p { color: rgb(100,156,238); }
H1.HeaderClassName
{
color: #649CEE;
}
.AnyTagClassName
{
color: #649CEE;
}
</style>
background-color css
<style>
a { background-color: #649CEE; }
a { background-color: rgb(100,156,238); }
div.DivClassName
{
background-color: #649CEE;
}
.BgClassName
{
background-color: #649CEE;
}
</style>
border-color css
<style>
span { border-color: #649CEE; }
span { border-color: rgb(100,156,238); }
td.TdClassName
{
border-color: #649CEE;
}
.TagClassName
{
border-color: #649CEE;
}
</style>