Shades of Cornflower Blue #648AFE
Tints of Cornflower Blue #648AFE
RGB
CMYK
RGB Variations
Color information
#648AFE (or 0x648AFE) is known color: Cornflower Blue. HEX triplet: 64, 8A and FE. RGB value is (100,138,254). Sum of RGB (Red+Green+Blue) = 100+138+254=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 138 (54.30% from 255 or 28.05% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #648AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AFE is #9B7501. Grayscale: #8B8B8B. Windows color (decimal): -10188034 or 16681572. OLE color: 16681572.
HSL color Cylindrical-coordinate representation of color #648AFE: hue angle of 225.19º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #648AFE is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 138 | 254 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.00 |
| HSL | 225.19º | 0.99% | 0.69% | - |
| HSV(B) | 225.19º | 0.61% | 1% | - |
| XYZ | 32.23 | 28.04 | 97.48 | - |
| YUV | 139.86 | 192.41 | 99.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 254 | 0.61 | 0.46 | 0 | 0.00 | 225.19 | 0.99 | 0.69 |
| Hex | 64 | 8A | FE | 3D | 2E | 0 | 0 | E1 | 63 | 45 |
| Octal | 144 | 212 | 376 | 75 | 56 | 0 | 0 | 341 | 143 | 105 |
| Binary | 1100100 | 10001010 | 11111110 | 111101 | 101110 | 0 | 0 | 11100001 | 1100011 | 1000101 |
Color Harmonies of #648AFE
Complementary color
Monochromatic Colors of #648AFE
Black with #648AFE
Text Example
Text Example
White with #648AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AFE; }
p { color: rgb(100,138,254); }
H1.HeaderClassName
{
color: #648AFE;
}
.AnyTagClassName
{
color: #648AFE;
}
</style>
background-color css
<style>
a { background-color: #648AFE; }
a { background-color: rgb(100,138,254); }
div.DivClassName
{
background-color: #648AFE;
}
.BgClassName
{
background-color: #648AFE;
}
</style>
border-color css
<style>
span { border-color: #648AFE; }
span { border-color: rgb(100,138,254); }
td.TdClassName
{
border-color: #648AFE;
}
.TagClassName
{
border-color: #648AFE;
}
</style>