Shades of Cornflower Blue #617AF5
Tints of Cornflower Blue #617AF5
RGB
CMYK
RGB Variations
Color information
#617AF5 (or 0x617AF5) is known color: Cornflower Blue. HEX triplet: 61, 7A and F5. RGB value is (97,122,245). Sum of RGB (Red+Green+Blue) = 97+122+245=464 (61% of max value = 765). Red value is 97 (38.28% from 255 or 20.91% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 245 (96.09% from 255 or 52.80% from 464); Max value from RGB is 245 - color contains mainly: blue. Hex color #617AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #617AF5 is #9E850A. Grayscale: #808080. Windows color (decimal): -10388747 or 16087649. OLE color: 16087649.
HSL color Cylindrical-coordinate representation of color #617AF5: hue angle of 229.86º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #617AF5 is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 97 | 122 | 245 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.04 |
| HSL | 229.86º | 0.88% | 0.67% | - |
| HSV(B) | 229.86º | 0.6% | 0.96% | - |
| XYZ | 28.37 | 23.05 | 89.34 | - |
| YUV | 128.55 | 193.72 | 105.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 245 | 0.60 | 0.50 | 0 | 0.04 | 229.86 | 0.88 | 0.67 |
| Hex | 61 | 7A | F5 | 3C | 32 | 0 | 4 | E6 | 58 | 43 |
| Octal | 141 | 172 | 365 | 74 | 62 | 0 | 4 | 346 | 130 | 103 |
| Binary | 1100001 | 1111010 | 11110101 | 111100 | 110010 | 0 | 100 | 11100110 | 1011000 | 1000011 |
Color Harmonies of #617AF5
Complementary color
Monochromatic Colors of #617AF5
Black with #617AF5
Text Example
Text Example
White with #617AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617AF5; }
p { color: rgb(97,122,245); }
H1.HeaderClassName
{
color: #617AF5;
}
.AnyTagClassName
{
color: #617AF5;
}
</style>
background-color css
<style>
a { background-color: #617AF5; }
a { background-color: rgb(97,122,245); }
div.DivClassName
{
background-color: #617AF5;
}
.BgClassName
{
background-color: #617AF5;
}
</style>
border-color css
<style>
span { border-color: #617AF5; }
span { border-color: rgb(97,122,245); }
td.TdClassName
{
border-color: #617AF5;
}
.TagClassName
{
border-color: #617AF5;
}
</style>