Shades of Cornflower Blue #648CFF
Tints of Cornflower Blue #648CFF
RGB
CMYK
RGB Variations
Color information
#648CFF (or 0x648CFF) is known color: Cornflower Blue. HEX triplet: 64, 8C and FF. RGB value is (100,140,255). Sum of RGB (Red+Green+Blue) = 100+140+255=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 140 (55.08% from 255 or 28.28% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #648CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #648CFF is #9B7300. Grayscale: #8C8C8C. Windows color (decimal): -10187521 or 16747620. OLE color: 16747620.
HSL color Cylindrical-coordinate representation of color #648CFF: hue angle of 224.52º 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 #648CFF is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 140 | 255 | - |
| CMYK | 0.61 | 0.45 | 0 | 0 |
| HSL | 224.52º | 1% | 0.7% | - |
| HSV(B) | 224.52º | 0.61% | 1% | - |
| XYZ | 32.68 | 28.69 | 98.42 | - |
| YUV | 141.15 | 192.25 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 255 | 0.61 | 0.45 | 0 | 0 | 224.52 | 1 | 0.7 |
| Hex | 64 | 8C | FF | 3D | 2D | 0 | 0 | E1 | 64 | 46 |
| Octal | 144 | 214 | 377 | 75 | 55 | 0 | 0 | 341 | 144 | 106 |
| Binary | 1100100 | 10001100 | 11111111 | 111101 | 101101 | 0 | 0 | 11100001 | 1100100 | 1000110 |
Color Harmonies of #648CFF
Complementary color
Monochromatic Colors of #648CFF
Black with #648CFF
Text Example
Text Example
White with #648CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648CFF; }
p { color: rgb(100,140,255); }
H1.HeaderClassName
{
color: #648CFF;
}
.AnyTagClassName
{
color: #648CFF;
}
</style>
background-color css
<style>
a { background-color: #648CFF; }
a { background-color: rgb(100,140,255); }
div.DivClassName
{
background-color: #648CFF;
}
.BgClassName
{
background-color: #648CFF;
}
</style>
border-color css
<style>
span { border-color: #648CFF; }
span { border-color: rgb(100,140,255); }
td.TdClassName
{
border-color: #648CFF;
}
.TagClassName
{
border-color: #648CFF;
}
</style>