Shades of Cornflower Blue #648EEE
Tints of Cornflower Blue #648EEE
RGB
CMYK
RGB Variations
Color information
#648EEE (or 0x648EEE) is known color: Cornflower Blue. HEX triplet: 64, 8E and EE. RGB value is (100,142,238). Sum of RGB (Red+Green+Blue) = 100+142+238=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #648EEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648EEE is #9B7111. Grayscale: #8B8B8B. Windows color (decimal): -10187026 or 15634020. OLE color: 15634020.
HSL color Cylindrical-coordinate representation of color #648EEE: hue angle of 221.74º 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 #648EEE is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 142 | 238 | - |
| CMYK | 0.58 | 0.40 | 0 | 0.07 |
| HSL | 221.74º | 0.8% | 0.66% | - |
| HSV(B) | 221.74º | 0.58% | 0.93% | - |
| XYZ | 30.36 | 28.23 | 84.74 | - |
| YUV | 140.39 | 183.09 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 238 | 0.58 | 0.40 | 0 | 0.07 | 221.74 | 0.8 | 0.66 |
| Hex | 64 | 8E | EE | 3A | 28 | 0 | 7 | DE | 50 | 42 |
| Octal | 144 | 216 | 356 | 72 | 50 | 0 | 7 | 336 | 120 | 102 |
| Binary | 1100100 | 10001110 | 11101110 | 111010 | 101000 | 0 | 111 | 11011110 | 1010000 | 1000010 |
Color Harmonies of #648EEE
Complementary color
Monochromatic Colors of #648EEE
Black with #648EEE
Text Example
Text Example
White with #648EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648EEE; }
p { color: rgb(100,142,238); }
H1.HeaderClassName
{
color: #648EEE;
}
.AnyTagClassName
{
color: #648EEE;
}
</style>
background-color css
<style>
a { background-color: #648EEE; }
a { background-color: rgb(100,142,238); }
div.DivClassName
{
background-color: #648EEE;
}
.BgClassName
{
background-color: #648EEE;
}
</style>
border-color css
<style>
span { border-color: #648EEE; }
span { border-color: rgb(100,142,238); }
td.TdClassName
{
border-color: #648EEE;
}
.TagClassName
{
border-color: #648EEE;
}
</style>