Shades of Cornflower Blue #648AF7
Tints of Cornflower Blue #648AF7
RGB
CMYK
RGB Variations
Color information
#648AF7 (or 0x648AF7) is known color: Cornflower Blue. HEX triplet: 64, 8A and F7. RGB value is (100,138,247). Sum of RGB (Red+Green+Blue) = 100+138+247=485 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.62% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #648AF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648AF7 is #9B7508. Grayscale: #8A8A8A. Windows color (decimal): -10188041 or 16222820. OLE color: 16222820.
HSL color Cylindrical-coordinate representation of color #648AF7: hue angle of 224.49º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #648AF7 is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 138 | 247 | - |
| CMYK | 0.60 | 0.44 | 0 | 0.03 |
| HSL | 224.49º | 0.9% | 0.68% | - |
| HSV(B) | 224.49º | 0.6% | 0.97% | - |
| XYZ | 31.13 | 27.6 | 91.68 | - |
| YUV | 139.06 | 188.91 | 100.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 247 | 0.60 | 0.44 | 0 | 0.03 | 224.49 | 0.9 | 0.68 |
| Hex | 64 | 8A | F7 | 3C | 2C | 0 | 3 | E0 | 5A | 44 |
| Octal | 144 | 212 | 367 | 74 | 54 | 0 | 3 | 340 | 132 | 104 |
| Binary | 1100100 | 10001010 | 11110111 | 111100 | 101100 | 0 | 11 | 11100000 | 1011010 | 1000100 |
Color Harmonies of #648AF7
Complementary color
Monochromatic Colors of #648AF7
Black with #648AF7
Text Example
Text Example
White with #648AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648AF7; }
p { color: rgb(100,138,247); }
H1.HeaderClassName
{
color: #648AF7;
}
.AnyTagClassName
{
color: #648AF7;
}
</style>
background-color css
<style>
a { background-color: #648AF7; }
a { background-color: rgb(100,138,247); }
div.DivClassName
{
background-color: #648AF7;
}
.BgClassName
{
background-color: #648AF7;
}
</style>
border-color css
<style>
span { border-color: #648AF7; }
span { border-color: rgb(100,138,247); }
td.TdClassName
{
border-color: #648AF7;
}
.TagClassName
{
border-color: #648AF7;
}
</style>