Shades of Cornflower Blue #648AED
Tints of Cornflower Blue #648AED
RGB
CMYK
RGB Variations
Color information
#648AED (or 0x648AED) is known color: Cornflower Blue. HEX triplet: 64, 8A and ED. RGB value is (100,138,237). Sum of RGB (Red+Green+Blue) = 100+138+237=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #648AED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AED is #9B7512. Grayscale: #898989. Windows color (decimal): -10188051 or 15567460. OLE color: 15567460.
HSL color Cylindrical-coordinate representation of color #648AED: hue angle of 223.36º degrees, saturation: 0.79, 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 #648AED is Cyan = 0.58, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 138 | 237 | - |
| CMYK | 0.58 | 0.42 | 0 | 0.07 |
| HSL | 223.36º | 0.79% | 0.66% | - |
| HSV(B) | 223.36º | 0.58% | 0.93% | - |
| XYZ | 29.63 | 27 | 83.77 | - |
| YUV | 137.92 | 183.91 | 100.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 237 | 0.58 | 0.42 | 0 | 0.07 | 223.36 | 0.79 | 0.66 |
| Hex | 64 | 8A | ED | 3A | 2A | 0 | 7 | DF | 4F | 42 |
| Octal | 144 | 212 | 355 | 72 | 52 | 0 | 7 | 337 | 117 | 102 |
| Binary | 1100100 | 10001010 | 11101101 | 111010 | 101010 | 0 | 111 | 11011111 | 1001111 | 1000010 |
Color Harmonies of #648AED
Complementary color
Monochromatic Colors of #648AED
Black with #648AED
Text Example
Text Example
White with #648AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AED; }
p { color: rgb(100,138,237); }
H1.HeaderClassName
{
color: #648AED;
}
.AnyTagClassName
{
color: #648AED;
}
</style>
background-color css
<style>
a { background-color: #648AED; }
a { background-color: rgb(100,138,237); }
div.DivClassName
{
background-color: #648AED;
}
.BgClassName
{
background-color: #648AED;
}
</style>
border-color css
<style>
span { border-color: #648AED; }
span { border-color: rgb(100,138,237); }
td.TdClassName
{
border-color: #648AED;
}
.TagClassName
{
border-color: #648AED;
}
</style>