Shades of Cornflower Blue #618DDE
Tints of Cornflower Blue #618DDE
RGB
CMYK
RGB Variations
Color information
#618DDE (or 0x618DDE) is known color: Cornflower Blue. HEX triplet: 61, 8D and DE. RGB value is (97,141,222). Sum of RGB (Red+Green+Blue) = 97+141+222=460 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.09% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 222 (87.11% from 255 or 48.26% from 460); Max value from RGB is 222 - color contains mainly: blue. Hex color #618DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DDE is #9E7221. Grayscale: #888888. Windows color (decimal): -10383906 or 14585185. OLE color: 14585185.
HSL color Cylindrical-coordinate representation of color #618DDE: hue angle of 218.88º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618DDE is Cyan = 0.56, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 141 | 222 | - |
| CMYK | 0.56 | 0.36 | 0 | 0.13 |
| HSL | 218.88º | 0.65% | 0.63% | - |
| HSV(B) | 218.88º | 0.56% | 0.87% | - |
| XYZ | 27.64 | 26.87 | 72.84 | - |
| YUV | 137.08 | 175.92 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 222 | 0.56 | 0.36 | 0 | 0.13 | 218.88 | 0.65 | 0.63 |
| Hex | 61 | 8D | DE | 38 | 24 | 0 | D | DB | 41 | 3F |
| Octal | 141 | 215 | 336 | 70 | 44 | 0 | 15 | 333 | 101 | 77 |
| Binary | 1100001 | 10001101 | 11011110 | 111000 | 100100 | 0 | 1101 | 11011011 | 1000001 | 111111 |
Color Harmonies of #618DDE
Complementary color
Monochromatic Colors of #618DDE
Black with #618DDE
Text Example
Text Example
White with #618DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DDE; }
p { color: rgb(97,141,222); }
H1.HeaderClassName
{
color: #618DDE;
}
.AnyTagClassName
{
color: #618DDE;
}
</style>
background-color css
<style>
a { background-color: #618DDE; }
a { background-color: rgb(97,141,222); }
div.DivClassName
{
background-color: #618DDE;
}
.BgClassName
{
background-color: #618DDE;
}
</style>
border-color css
<style>
span { border-color: #618DDE; }
span { border-color: rgb(97,141,222); }
td.TdClassName
{
border-color: #618DDE;
}
.TagClassName
{
border-color: #618DDE;
}
</style>