Shades of Cornflower Blue #648CDA
Tints of Cornflower Blue #648CDA
RGB
CMYK
RGB Variations
Color information
#648CDA (or 0x648CDA) is known color: Cornflower Blue. HEX triplet: 64, 8C and DA. RGB value is (100,140,218). Sum of RGB (Red+Green+Blue) = 100+140+218=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 218 (85.55% from 255 or 47.60% from 458); Max value from RGB is 218 - color contains mainly: blue. Hex color #648CDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648CDA is #9B7325. Grayscale: #888888. Windows color (decimal): -10187558 or 14322788. OLE color: 14322788.
HSL color Cylindrical-coordinate representation of color #648CDA: hue angle of 219.66º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #648CDA is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 140 | 218 | - |
| CMYK | 0.54 | 0.36 | 0 | 0.15 |
| HSL | 219.66º | 0.61% | 0.62% | - |
| HSV(B) | 219.66º | 0.54% | 0.85% | - |
| XYZ | 27.29 | 26.53 | 70.01 | - |
| YUV | 136.93 | 173.75 | 101.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 218 | 0.54 | 0.36 | 0 | 0.15 | 219.66 | 0.61 | 0.62 |
| Hex | 64 | 8C | DA | 36 | 24 | 0 | F | DC | 3D | 3E |
| Octal | 144 | 214 | 332 | 66 | 44 | 0 | 17 | 334 | 75 | 76 |
| Binary | 1100100 | 10001100 | 11011010 | 110110 | 100100 | 0 | 1111 | 11011100 | 111101 | 111110 |
Color Harmonies of #648CDA
Complementary color
Monochromatic Colors of #648CDA
Black with #648CDA
Text Example
Text Example
White with #648CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648CDA; }
p { color: rgb(100,140,218); }
H1.HeaderClassName
{
color: #648CDA;
}
.AnyTagClassName
{
color: #648CDA;
}
</style>
background-color css
<style>
a { background-color: #648CDA; }
a { background-color: rgb(100,140,218); }
div.DivClassName
{
background-color: #648CDA;
}
.BgClassName
{
background-color: #648CDA;
}
</style>
border-color css
<style>
span { border-color: #648CDA; }
span { border-color: rgb(100,140,218); }
td.TdClassName
{
border-color: #648CDA;
}
.TagClassName
{
border-color: #648CDA;
}
</style>