Shades of Cornflower Blue #648FDE
Tints of Cornflower Blue #648FDE
RGB
CMYK
RGB Variations
Color information
#648FDE (or 0x648FDE) is known color: Cornflower Blue. HEX triplet: 64, 8F and DE. RGB value is (100,143,222). Sum of RGB (Red+Green+Blue) = 100+143+222=465 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.51% from 465); Green value is 143 (56.25% from 255 or 30.75% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #648FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648FDE is #9B7021. Grayscale: #8A8A8A. Windows color (decimal): -10186786 or 14585700. OLE color: 14585700.
HSL color Cylindrical-coordinate representation of color #648FDE: hue angle of 218.85º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648FDE is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 143 | 222 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.13 |
| HSL | 218.85º | 0.65% | 0.63% | - |
| HSV(B) | 218.85º | 0.55% | 0.87% | - |
| XYZ | 28.26 | 27.63 | 72.95 | - |
| YUV | 139.15 | 174.75 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 143 | 222 | 0.55 | 0.36 | 0 | 0.13 | 218.85 | 0.65 | 0.63 |
| Hex | 64 | 8F | DE | 37 | 24 | 0 | D | DB | 41 | 3F |
| Octal | 144 | 217 | 336 | 67 | 44 | 0 | 15 | 333 | 101 | 77 |
| Binary | 1100100 | 10001111 | 11011110 | 110111 | 100100 | 0 | 1101 | 11011011 | 1000001 | 111111 |
Color Harmonies of #648FDE
Complementary color
Monochromatic Colors of #648FDE
Black with #648FDE
Text Example
Text Example
White with #648FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648FDE; }
p { color: rgb(100,143,222); }
H1.HeaderClassName
{
color: #648FDE;
}
.AnyTagClassName
{
color: #648FDE;
}
</style>
background-color css
<style>
a { background-color: #648FDE; }
a { background-color: rgb(100,143,222); }
div.DivClassName
{
background-color: #648FDE;
}
.BgClassName
{
background-color: #648FDE;
}
</style>
border-color css
<style>
span { border-color: #648FDE; }
span { border-color: rgb(100,143,222); }
td.TdClassName
{
border-color: #648FDE;
}
.TagClassName
{
border-color: #648FDE;
}
</style>