Shades of Cornflower Blue #648AEC
Tints of Cornflower Blue #648AEC
RGB
CMYK
RGB Variations
Color information
#648AEC (or 0x648AEC) is known color: Cornflower Blue. HEX triplet: 64, 8A and EC. RGB value is (100,138,236). Sum of RGB (Red+Green+Blue) = 100+138+236=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #648AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AEC is #9B7513. Grayscale: #898989. Windows color (decimal): -10188052 or 15501924. OLE color: 15501924.
HSL color Cylindrical-coordinate representation of color #648AEC: hue angle of 223.24º degrees, saturation: 0.78, 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 #648AEC is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 138 | 236 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.07 |
| HSL | 223.24º | 0.78% | 0.66% | - |
| HSV(B) | 223.24º | 0.58% | 0.93% | - |
| XYZ | 29.48 | 26.94 | 83 | - |
| YUV | 137.81 | 183.41 | 101.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 236 | 0.58 | 0.42 | 0 | 0.07 | 223.24 | 0.78 | 0.66 |
| Hex | 64 | 8A | EC | 3A | 2A | 0 | 7 | DF | 4E | 42 |
| Octal | 144 | 212 | 354 | 72 | 52 | 0 | 7 | 337 | 116 | 102 |
| Binary | 1100100 | 10001010 | 11101100 | 111010 | 101010 | 0 | 111 | 11011111 | 1001110 | 1000010 |
Color Harmonies of #648AEC
Complementary color
Monochromatic Colors of #648AEC
Black with #648AEC
Text Example
Text Example
White with #648AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AEC; }
p { color: rgb(100,138,236); }
H1.HeaderClassName
{
color: #648AEC;
}
.AnyTagClassName
{
color: #648AEC;
}
</style>
background-color css
<style>
a { background-color: #648AEC; }
a { background-color: rgb(100,138,236); }
div.DivClassName
{
background-color: #648AEC;
}
.BgClassName
{
background-color: #648AEC;
}
</style>
border-color css
<style>
span { border-color: #648AEC; }
span { border-color: rgb(100,138,236); }
td.TdClassName
{
border-color: #648AEC;
}
.TagClassName
{
border-color: #648AEC;
}
</style>