Shades of Cornflower Blue #618FEC
Tints of Cornflower Blue #618FEC
RGB
CMYK
RGB Variations
Color information
#618FEC (or 0x618FEC) is known color: Cornflower Blue. HEX triplet: 61, 8F and EC. RGB value is (97,143,236). Sum of RGB (Red+Green+Blue) = 97+143+236=476 (63% of max value = 765). Red value is 97 (38.28% from 255 or 20.38% from 476); Green value is 143 (56.25% from 255 or 30.04% from 476); Blue value is 236 (92.58% from 255 or 49.58% from 476); Max value from RGB is 236 - color contains mainly: blue. Hex color #618FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618FEC is #9E7013. Grayscale: #8B8B8B. Windows color (decimal): -10383380 or 15503201. OLE color: 15503201.
HSL color Cylindrical-coordinate representation of color #618FEC: hue angle of 220.14º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #618FEC is Cyan = 0.59, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 143 | 236 | - |
| CMYK | 0.59 | 0.39 | 0 | 0.07 |
| HSL | 220.14º | 0.79% | 0.65% | - |
| HSV(B) | 220.14º | 0.59% | 0.93% | - |
| XYZ | 29.89 | 28.24 | 83.23 | - |
| YUV | 139.85 | 182.26 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 143 | 236 | 0.59 | 0.39 | 0 | 0.07 | 220.14 | 0.79 | 0.65 |
| Hex | 61 | 8F | EC | 3B | 27 | 0 | 7 | DC | 4F | 41 |
| Octal | 141 | 217 | 354 | 73 | 47 | 0 | 7 | 334 | 117 | 101 |
| Binary | 1100001 | 10001111 | 11101100 | 111011 | 100111 | 0 | 111 | 11011100 | 1001111 | 1000001 |
Color Harmonies of #618FEC
Complementary color
Monochromatic Colors of #618FEC
Black with #618FEC
Text Example
Text Example
White with #618FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618FEC; }
p { color: rgb(97,143,236); }
H1.HeaderClassName
{
color: #618FEC;
}
.AnyTagClassName
{
color: #618FEC;
}
</style>
background-color css
<style>
a { background-color: #618FEC; }
a { background-color: rgb(97,143,236); }
div.DivClassName
{
background-color: #618FEC;
}
.BgClassName
{
background-color: #618FEC;
}
</style>
border-color css
<style>
span { border-color: #618FEC; }
span { border-color: rgb(97,143,236); }
td.TdClassName
{
border-color: #618FEC;
}
.TagClassName
{
border-color: #618FEC;
}
</style>