Shades of Cornflower Blue #618ADB
Tints of Cornflower Blue #618ADB
RGB
CMYK
RGB Variations
Color information
#618ADB (or 0x618ADB) is known color: Cornflower Blue. HEX triplet: 61, 8A and DB. RGB value is (97,138,219). Sum of RGB (Red+Green+Blue) = 97+138+219=454 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.37% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 219 (85.94% from 255 or 48.24% from 454); Max value from RGB is 219 - color contains mainly: blue. Hex color #618ADB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ADB is #9E7524. Grayscale: #868686. Windows color (decimal): -10384677 or 14387809. OLE color: 14387809.
HSL color Cylindrical-coordinate representation of color #618ADB: hue angle of 219.84º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618ADB is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 97 | 138 | 219 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.14 |
| HSL | 219.84º | 0.63% | 0.62% | - |
| HSV(B) | 219.84º | 0.56% | 0.86% | - |
| XYZ | 26.8 | 25.83 | 70.59 | - |
| YUV | 134.98 | 175.42 | 100.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 219 | 0.56 | 0.37 | 0 | 0.14 | 219.84 | 0.63 | 0.62 |
| Hex | 61 | 8A | DB | 38 | 25 | 0 | E | DC | 3F | 3E |
| Octal | 141 | 212 | 333 | 70 | 45 | 0 | 16 | 334 | 77 | 76 |
| Binary | 1100001 | 10001010 | 11011011 | 111000 | 100101 | 0 | 1110 | 11011100 | 111111 | 111110 |
Color Harmonies of #618ADB
Complementary color
Monochromatic Colors of #618ADB
Black with #618ADB
Text Example
Text Example
White with #618ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618ADB; }
p { color: rgb(97,138,219); }
H1.HeaderClassName
{
color: #618ADB;
}
.AnyTagClassName
{
color: #618ADB;
}
</style>
background-color css
<style>
a { background-color: #618ADB; }
a { background-color: rgb(97,138,219); }
div.DivClassName
{
background-color: #618ADB;
}
.BgClassName
{
background-color: #618ADB;
}
</style>
border-color css
<style>
span { border-color: #618ADB; }
span { border-color: rgb(97,138,219); }
td.TdClassName
{
border-color: #618ADB;
}
.TagClassName
{
border-color: #618ADB;
}
</style>