Shades of Cornflower Blue #618CED
Tints of Cornflower Blue #618CED
RGB
CMYK
RGB Variations
Color information
#618CED (or 0x618CED) is known color: Cornflower Blue. HEX triplet: 61, 8C and ED. RGB value is (97,140,237). Sum of RGB (Red+Green+Blue) = 97+140+237=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 140 (55.08% from 255 or 29.54% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #618CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #618CED is #9E7312. Grayscale: #898989. Windows color (decimal): -10384147 or 15567969. OLE color: 15567969.
HSL color Cylindrical-coordinate representation of color #618CED: hue angle of 221.57º degrees, saturation: 0.8, 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 #618CED is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 97 | 140 | 237 | - |
| CMYK | 0.59 | 0.41 | 0 | 0.07 |
| HSL | 221.57º | 0.8% | 0.65% | - |
| HSV(B) | 221.57º | 0.59% | 0.93% | - |
| XYZ | 29.59 | 27.41 | 83.85 | - |
| YUV | 138.2 | 183.75 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 237 | 0.59 | 0.41 | 0 | 0.07 | 221.57 | 0.8 | 0.65 |
| Hex | 61 | 8C | ED | 3B | 29 | 0 | 7 | DE | 50 | 41 |
| Octal | 141 | 214 | 355 | 73 | 51 | 0 | 7 | 336 | 120 | 101 |
| Binary | 1100001 | 10001100 | 11101101 | 111011 | 101001 | 0 | 111 | 11011110 | 1010000 | 1000001 |
Color Harmonies of #618CED
Complementary color
Monochromatic Colors of #618CED
Black with #618CED
Text Example
Text Example
White with #618CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618CED; }
p { color: rgb(97,140,237); }
H1.HeaderClassName
{
color: #618CED;
}
.AnyTagClassName
{
color: #618CED;
}
</style>
background-color css
<style>
a { background-color: #618CED; }
a { background-color: rgb(97,140,237); }
div.DivClassName
{
background-color: #618CED;
}
.BgClassName
{
background-color: #618CED;
}
</style>
border-color css
<style>
span { border-color: #618CED; }
span { border-color: rgb(97,140,237); }
td.TdClassName
{
border-color: #618CED;
}
.TagClassName
{
border-color: #618CED;
}
</style>