Shades of Cornflower Blue #647DEE
Tints of Cornflower Blue #647DEE
RGB
CMYK
RGB Variations
Color information
#647DEE (or 0x647DEE) is known color: Cornflower Blue. HEX triplet: 64, 7D and EE. RGB value is (100,125,238). Sum of RGB (Red+Green+Blue) = 100+125+238=463 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.60% from 463); Green value is 125 (49.22% from 255 or 27.00% from 463); Blue value is 238 (93.36% from 255 or 51.40% from 463); Max value from RGB is 238 - color contains mainly: blue. Hex color #647DEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647DEE is #9B8211. Grayscale: #818181. Windows color (decimal): -10191378 or 15629668. OLE color: 15629668.
HSL color Cylindrical-coordinate representation of color #647DEE: hue angle of 229.13º 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 #647DEE is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 125 | 238 | - |
| CMYK | 0.58 | 0.47 | 0 | 0.07 |
| HSL | 229.13º | 0.8% | 0.66% | - |
| HSV(B) | 229.13º | 0.58% | 0.93% | - |
| XYZ | 28.02 | 23.55 | 83.96 | - |
| YUV | 130.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 125 | 238 | 0.58 | 0.47 | 0 | 0.07 | 229.13 | 0.8 | 0.66 |
| Hex | 64 | 7D | EE | 3A | 2F | 0 | 7 | E5 | 50 | 42 |
| Octal | 144 | 175 | 356 | 72 | 57 | 0 | 7 | 345 | 120 | 102 |
| Binary | 1100100 | 1111101 | 11101110 | 111010 | 101111 | 0 | 111 | 11100101 | 1010000 | 1000010 |
Color Harmonies of #647DEE
Complementary color
Monochromatic Colors of #647DEE
Black with #647DEE
Text Example
Text Example
White with #647DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647DEE; }
p { color: rgb(100,125,238); }
H1.HeaderClassName
{
color: #647DEE;
}
.AnyTagClassName
{
color: #647DEE;
}
</style>
background-color css
<style>
a { background-color: #647DEE; }
a { background-color: rgb(100,125,238); }
div.DivClassName
{
background-color: #647DEE;
}
.BgClassName
{
background-color: #647DEE;
}
</style>
border-color css
<style>
span { border-color: #647DEE; }
span { border-color: rgb(100,125,238); }
td.TdClassName
{
border-color: #647DEE;
}
.TagClassName
{
border-color: #647DEE;
}
</style>