Shades of Cornflower Blue #617CE1
Tints of Cornflower Blue #617CE1
RGB
CMYK
RGB Variations
Color information
#617CE1 (or 0x617CE1) is known color: Cornflower Blue. HEX triplet: 61, 7C and E1. RGB value is (97,124,225). Sum of RGB (Red+Green+Blue) = 97+124+225=446 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.75% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #617CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #617CE1 is #9E831E. Grayscale: #7F7F7F. Windows color (decimal): -10388255 or 14777441. OLE color: 14777441.
HSL color Cylindrical-coordinate representation of color #617CE1: hue angle of 227.34º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #617CE1 is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 97 | 124 | 225 | - |
| CMYK | 0.57 | 0.45 | 0 | 0.12 |
| HSL | 227.34º | 0.68% | 0.63% | - |
| HSV(B) | 227.34º | 0.57% | 0.88% | - |
| XYZ | 25.73 | 22.39 | 74.2 | - |
| YUV | 127.44 | 183.05 | 106.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 124 | 225 | 0.57 | 0.45 | 0 | 0.12 | 227.34 | 0.68 | 0.63 |
| Hex | 61 | 7C | E1 | 39 | 2D | 0 | C | E3 | 44 | 3F |
| Octal | 141 | 174 | 341 | 71 | 55 | 0 | 14 | 343 | 104 | 77 |
| Binary | 1100001 | 1111100 | 11100001 | 111001 | 101101 | 0 | 1100 | 11100011 | 1000100 | 111111 |
Color Harmonies of #617CE1
Complementary color
Monochromatic Colors of #617CE1
Black with #617CE1
Text Example
Text Example
White with #617CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617CE1; }
p { color: rgb(97,124,225); }
H1.HeaderClassName
{
color: #617CE1;
}
.AnyTagClassName
{
color: #617CE1;
}
</style>
background-color css
<style>
a { background-color: #617CE1; }
a { background-color: rgb(97,124,225); }
div.DivClassName
{
background-color: #617CE1;
}
.BgClassName
{
background-color: #617CE1;
}
</style>
border-color css
<style>
span { border-color: #617CE1; }
span { border-color: rgb(97,124,225); }
td.TdClassName
{
border-color: #617CE1;
}
.TagClassName
{
border-color: #617CE1;
}
</style>