Shades of Cornflower Blue #648BFF
Tints of Cornflower Blue #648BFF
RGB
CMYK
RGB Variations
Color information
#648BFF (or 0x648BFF) is known color: Cornflower Blue. HEX triplet: 64, 8B and FF. RGB value is (100,139,255). Sum of RGB (Red+Green+Blue) = 100+139+255=494 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.24% from 494); Green value is 139 (54.69% from 255 or 28.14% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #648BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648BFF is #9B7400. Grayscale: #8C8C8C. Windows color (decimal): -10187777 or 16747364. OLE color: 16747364.
HSL color Cylindrical-coordinate representation of color #648BFF: hue angle of 224.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #648BFF is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 139 | 255 | - |
| CMYK | 0.61 | 0.45 | 0 | 0 |
| HSL | 224.9º | 1% | 0.7% | - |
| HSV(B) | 224.9º | 0.61% | 1% | - |
| XYZ | 32.54 | 28.39 | 98.37 | - |
| YUV | 140.56 | 192.58 | 99.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 255 | 0.61 | 0.45 | 0 | 0 | 224.9 | 1 | 0.7 |
| Hex | 64 | 8B | FF | 3D | 2D | 0 | 0 | E1 | 64 | 46 |
| Octal | 144 | 213 | 377 | 75 | 55 | 0 | 0 | 341 | 144 | 106 |
| Binary | 1100100 | 10001011 | 11111111 | 111101 | 101101 | 0 | 0 | 11100001 | 1100100 | 1000110 |
Color Harmonies of #648BFF
Complementary color
Monochromatic Colors of #648BFF
Black with #648BFF
Text Example
Text Example
White with #648BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648BFF; }
p { color: rgb(100,139,255); }
H1.HeaderClassName
{
color: #648BFF;
}
.AnyTagClassName
{
color: #648BFF;
}
</style>
background-color css
<style>
a { background-color: #648BFF; }
a { background-color: rgb(100,139,255); }
div.DivClassName
{
background-color: #648BFF;
}
.BgClassName
{
background-color: #648BFF;
}
</style>
border-color css
<style>
span { border-color: #648BFF; }
span { border-color: rgb(100,139,255); }
td.TdClassName
{
border-color: #648BFF;
}
.TagClassName
{
border-color: #648BFF;
}
</style>