Shades of Cornflower Blue #648AFC
Tints of Cornflower Blue #648AFC
RGB
CMYK
RGB Variations
Color information
#648AFC (or 0x648AFC) is known color: Cornflower Blue. HEX triplet: 64, 8A and FC. RGB value is (100,138,252). Sum of RGB (Red+Green+Blue) = 100+138+252=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 138 (54.30% from 255 or 28.16% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #648AFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AFC is #9B7503. Grayscale: #8B8B8B. Windows color (decimal): -10188036 or 16550500. OLE color: 16550500.
HSL color Cylindrical-coordinate representation of color #648AFC: hue angle of 225º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648AFC is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 138 | 252 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.01 |
| HSL | 225º | 0.96% | 0.69% | - |
| HSV(B) | 225º | 0.6% | 0.99% | - |
| XYZ | 31.91 | 27.91 | 95.8 | - |
| YUV | 139.63 | 191.41 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 252 | 0.60 | 0.45 | 0 | 0.01 | 225 | 0.96 | 0.69 |
| Hex | 64 | 8A | FC | 3C | 2D | 0 | 1 | E1 | 60 | 45 |
| Octal | 144 | 212 | 374 | 74 | 55 | 0 | 1 | 341 | 140 | 105 |
| Binary | 1100100 | 10001010 | 11111100 | 111100 | 101101 | 0 | 1 | 11100001 | 1100000 | 1000101 |
Color Harmonies of #648AFC
Complementary color
Monochromatic Colors of #648AFC
Black with #648AFC
Text Example
Text Example
White with #648AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AFC; }
p { color: rgb(100,138,252); }
H1.HeaderClassName
{
color: #648AFC;
}
.AnyTagClassName
{
color: #648AFC;
}
</style>
background-color css
<style>
a { background-color: #648AFC; }
a { background-color: rgb(100,138,252); }
div.DivClassName
{
background-color: #648AFC;
}
.BgClassName
{
background-color: #648AFC;
}
</style>
border-color css
<style>
span { border-color: #648AFC; }
span { border-color: rgb(100,138,252); }
td.TdClassName
{
border-color: #648AFC;
}
.TagClassName
{
border-color: #648AFC;
}
</style>