Shades of Cornflower Blue #648DDB
Tints of Cornflower Blue #648DDB
RGB
CMYK
RGB Variations
Color information
#648DDB (or 0x648DDB) is known color: Cornflower Blue. HEX triplet: 64, 8D and DB. RGB value is (100,141,219). Sum of RGB (Red+Green+Blue) = 100+141+219=460 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.74% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #648DDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648DDB is #9B7224. Grayscale: #898989. Windows color (decimal): -10187301 or 14388580. OLE color: 14388580.
HSL color Cylindrical-coordinate representation of color #648DDB: hue angle of 219.33º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #648DDB is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 141 | 219 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.14 |
| HSL | 219.33º | 0.62% | 0.63% | - |
| HSV(B) | 219.33º | 0.54% | 0.86% | - |
| XYZ | 27.57 | 26.87 | 70.75 | - |
| YUV | 137.63 | 173.92 | 101.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 219 | 0.54 | 0.36 | 0 | 0.14 | 219.33 | 0.62 | 0.63 |
| Hex | 64 | 8D | DB | 36 | 24 | 0 | E | DB | 3E | 3F |
| Octal | 144 | 215 | 333 | 66 | 44 | 0 | 16 | 333 | 76 | 77 |
| Binary | 1100100 | 10001101 | 11011011 | 110110 | 100100 | 0 | 1110 | 11011011 | 111110 | 111111 |
Color Harmonies of #648DDB
Complementary color
Monochromatic Colors of #648DDB
Black with #648DDB
Text Example
Text Example
White with #648DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648DDB; }
p { color: rgb(100,141,219); }
H1.HeaderClassName
{
color: #648DDB;
}
.AnyTagClassName
{
color: #648DDB;
}
</style>
background-color css
<style>
a { background-color: #648DDB; }
a { background-color: rgb(100,141,219); }
div.DivClassName
{
background-color: #648DDB;
}
.BgClassName
{
background-color: #648DDB;
}
</style>
border-color css
<style>
span { border-color: #648DDB; }
span { border-color: rgb(100,141,219); }
td.TdClassName
{
border-color: #648DDB;
}
.TagClassName
{
border-color: #648DDB;
}
</style>