Shades of Cornflower Blue #618CDD
Tints of Cornflower Blue #618CDD
RGB
CMYK
RGB Variations
Color information
#618CDD (or 0x618CDD) is known color: Cornflower Blue. HEX triplet: 61, 8C and DD. RGB value is (97,140,221). Sum of RGB (Red+Green+Blue) = 97+140+221=458 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.18% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #618CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CDD is #9E7322. Grayscale: #888888. Windows color (decimal): -10384163 or 14519393. OLE color: 14519393.
HSL color Cylindrical-coordinate representation of color #618CDD: hue angle of 219.19º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #618CDD is Cyan = 0.56, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 140 | 221 | - |
| CMYK | 0.56 | 0.37 | 0 | 0.13 |
| HSL | 219.19º | 0.65% | 0.62% | - |
| HSV(B) | 219.19º | 0.56% | 0.87% | - |
| XYZ | 27.36 | 26.52 | 72.08 | - |
| YUV | 136.38 | 175.75 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 221 | 0.56 | 0.37 | 0 | 0.13 | 219.19 | 0.65 | 0.62 |
| Hex | 61 | 8C | DD | 38 | 25 | 0 | D | DB | 41 | 3E |
| Octal | 141 | 214 | 335 | 70 | 45 | 0 | 15 | 333 | 101 | 76 |
| Binary | 1100001 | 10001100 | 11011101 | 111000 | 100101 | 0 | 1101 | 11011011 | 1000001 | 111110 |
Color Harmonies of #618CDD
Complementary color
Monochromatic Colors of #618CDD
Black with #618CDD
Text Example
Text Example
White with #618CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618CDD; }
p { color: rgb(97,140,221); }
H1.HeaderClassName
{
color: #618CDD;
}
.AnyTagClassName
{
color: #618CDD;
}
</style>
background-color css
<style>
a { background-color: #618CDD; }
a { background-color: rgb(97,140,221); }
div.DivClassName
{
background-color: #618CDD;
}
.BgClassName
{
background-color: #618CDD;
}
</style>
border-color css
<style>
span { border-color: #618CDD; }
span { border-color: rgb(97,140,221); }
td.TdClassName
{
border-color: #618CDD;
}
.TagClassName
{
border-color: #618CDD;
}
</style>