Shades of Cornflower Blue #618CE6
Tints of Cornflower Blue #618CE6
RGB
CMYK
RGB Variations
Color information
#618CE6 (or 0x618CE6) is known color: Cornflower Blue. HEX triplet: 61, 8C and E6. RGB value is (97,140,230). Sum of RGB (Red+Green+Blue) = 97+140+230=467 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.77% from 467); Green value is 140 (55.08% from 255 or 29.98% from 467); Blue value is 230 (90.23% from 255 or 49.25% from 467); Max value from RGB is 230 - color contains mainly: blue. Hex color #618CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618CE6 is #9E7319. Grayscale: #898989. Windows color (decimal): -10384154 or 15109217. OLE color: 15109217.
HSL color Cylindrical-coordinate representation of color #618CE6: hue angle of 220.6º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #618CE6 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 97 | 140 | 230 | - |
| CMYK | 0.58 | 0.39 | 0 | 0.10 |
| HSL | 220.6º | 0.73% | 0.64% | - |
| HSV(B) | 220.6º | 0.58% | 0.9% | - |
| XYZ | 28.59 | 27.01 | 78.57 | - |
| YUV | 137.4 | 180.25 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 230 | 0.58 | 0.39 | 0 | 0.10 | 220.6 | 0.73 | 0.64 |
| Hex | 61 | 8C | E6 | 3A | 27 | 0 | A | DD | 49 | 40 |
| Octal | 141 | 214 | 346 | 72 | 47 | 0 | 12 | 335 | 111 | 100 |
| Binary | 1100001 | 10001100 | 11100110 | 111010 | 100111 | 0 | 1010 | 11011101 | 1001001 | 1000000 |
Color Harmonies of #618CE6
Complementary color
Monochromatic Colors of #618CE6
Black with #618CE6
Text Example
Text Example
White with #618CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618CE6; }
p { color: rgb(97,140,230); }
H1.HeaderClassName
{
color: #618CE6;
}
.AnyTagClassName
{
color: #618CE6;
}
</style>
background-color css
<style>
a { background-color: #618CE6; }
a { background-color: rgb(97,140,230); }
div.DivClassName
{
background-color: #618CE6;
}
.BgClassName
{
background-color: #618CE6;
}
</style>
border-color css
<style>
span { border-color: #618CE6; }
span { border-color: rgb(97,140,230); }
td.TdClassName
{
border-color: #618CE6;
}
.TagClassName
{
border-color: #618CE6;
}
</style>