Shades of Cornflower Blue #648DD7
Tints of Cornflower Blue #648DD7
RGB
CMYK
RGB Variations
Color information
#648DD7 (or 0x648DD7) is known color: Cornflower Blue. HEX triplet: 64, 8D and D7. RGB value is (100,141,215). Sum of RGB (Red+Green+Blue) = 100+141+215=456 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.93% from 456); Green value is 141 (55.47% from 255 or 30.92% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 215 - color contains mainly: blue. Hex color #648DD7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DD7 is #9B7228. Grayscale: #888888. Windows color (decimal): -10187305 or 14126436. OLE color: 14126436.
HSL color Cylindrical-coordinate representation of color #648DD7: hue angle of 218.61º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #648DD7 is Cyan = 0.53, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 100 | 141 | 215 | - |
| CMYK | 0.53 | 0.34 | 0 | 0.16 |
| HSL | 218.61º | 0.59% | 0.62% | - |
| HSV(B) | 218.61º | 0.53% | 0.84% | - |
| XYZ | 27.05 | 26.67 | 68.01 | - |
| YUV | 137.18 | 171.92 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 215 | 0.53 | 0.34 | 0 | 0.16 | 218.61 | 0.59 | 0.62 |
| Hex | 64 | 8D | D7 | 35 | 22 | 0 | 10 | DB | 3B | 3E |
| Octal | 144 | 215 | 327 | 65 | 42 | 0 | 20 | 333 | 73 | 76 |
| Binary | 1100100 | 10001101 | 11010111 | 110101 | 100010 | 0 | 10000 | 11011011 | 111011 | 111110 |
Color Harmonies of #648DD7
Complementary color
Monochromatic Colors of #648DD7
Black with #648DD7
Text Example
Text Example
White with #648DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DD7; }
p { color: rgb(100,141,215); }
H1.HeaderClassName
{
color: #648DD7;
}
.AnyTagClassName
{
color: #648DD7;
}
</style>
background-color css
<style>
a { background-color: #648DD7; }
a { background-color: rgb(100,141,215); }
div.DivClassName
{
background-color: #648DD7;
}
.BgClassName
{
background-color: #648DD7;
}
</style>
border-color css
<style>
span { border-color: #648DD7; }
span { border-color: rgb(100,141,215); }
td.TdClassName
{
border-color: #648DD7;
}
.TagClassName
{
border-color: #648DD7;
}
</style>