Shades of Cornflower Blue #617ADE
Tints of Cornflower Blue #617ADE
RGB
CMYK
RGB Variations
Color information
#617ADE (or 0x617ADE) is known color: Cornflower Blue. HEX triplet: 61, 7A and DE. RGB value is (97,122,222). Sum of RGB (Red+Green+Blue) = 97+122+222=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #617ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617ADE is #9E8521. Grayscale: #7D7D7D. Windows color (decimal): -10388770 or 14580321. OLE color: 14580321.
HSL color Cylindrical-coordinate representation of color #617ADE: hue angle of 228º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #617ADE is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 97 | 122 | 222 | - |
| CMYK | 0.56 | 0.45 | 0 | 0.13 |
| HSL | 228º | 0.65% | 0.63% | - |
| HSV(B) | 228º | 0.56% | 0.87% | - |
| XYZ | 25.07 | 21.73 | 71.98 | - |
| YUV | 125.93 | 182.22 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 222 | 0.56 | 0.45 | 0 | 0.13 | 228 | 0.65 | 0.63 |
| Hex | 61 | 7A | DE | 38 | 2D | 0 | D | E4 | 41 | 3F |
| Octal | 141 | 172 | 336 | 70 | 55 | 0 | 15 | 344 | 101 | 77 |
| Binary | 1100001 | 1111010 | 11011110 | 111000 | 101101 | 0 | 1101 | 11100100 | 1000001 | 111111 |
Color Harmonies of #617ADE
Complementary color
Monochromatic Colors of #617ADE
Black with #617ADE
Text Example
Text Example
White with #617ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617ADE; }
p { color: rgb(97,122,222); }
H1.HeaderClassName
{
color: #617ADE;
}
.AnyTagClassName
{
color: #617ADE;
}
</style>
background-color css
<style>
a { background-color: #617ADE; }
a { background-color: rgb(97,122,222); }
div.DivClassName
{
background-color: #617ADE;
}
.BgClassName
{
background-color: #617ADE;
}
</style>
border-color css
<style>
span { border-color: #617ADE; }
span { border-color: rgb(97,122,222); }
td.TdClassName
{
border-color: #617ADE;
}
.TagClassName
{
border-color: #617ADE;
}
</style>