Shades of Cornflower Blue #617AFF
Tints of Cornflower Blue #617AFF
RGB
CMYK
RGB Variations
Color information
#617AFF (or 0x617AFF) is known color: Cornflower Blue. HEX triplet: 61, 7A and FF. RGB value is (97,122,255). Sum of RGB (Red+Green+Blue) = 97+122+255=474 (62% of max value = 765). Red value is 97 (38.28% from 255 or 20.46% from 474); Green value is 122 (48.05% from 255 or 25.74% from 474); Blue value is 255 (100% from 255 or 53.80% from 474); Max value from RGB is 255 - color contains mainly: blue. Hex color #617AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #617AFF is #9E8500. Grayscale: #818181. Windows color (decimal): -10388737 or 16743009. OLE color: 16743009.
HSL color Cylindrical-coordinate representation of color #617AFF: hue angle of 230.51º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #617AFF is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 97 | 122 | 255 | - |
| CMYK | 0.62 | 0.52 | 0 | 0 |
| HSL | 230.51º | 1% | 0.69% | - |
| HSV(B) | 230.51º | 0.62% | 1% | - |
| XYZ | 29.94 | 23.68 | 97.6 | - |
| YUV | 129.69 | 198.72 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 255 | 0.62 | 0.52 | 0 | 0 | 230.51 | 1 | 0.69 |
| Hex | 61 | 7A | FF | 3E | 34 | 0 | 0 | E7 | 64 | 45 |
| Octal | 141 | 172 | 377 | 76 | 64 | 0 | 0 | 347 | 144 | 105 |
| Binary | 1100001 | 1111010 | 11111111 | 111110 | 110100 | 0 | 0 | 11100111 | 1100100 | 1000101 |
Color Harmonies of #617AFF
Complementary color
Monochromatic Colors of #617AFF
Black with #617AFF
Text Example
Text Example
White with #617AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617AFF; }
p { color: rgb(97,122,255); }
H1.HeaderClassName
{
color: #617AFF;
}
.AnyTagClassName
{
color: #617AFF;
}
</style>
background-color css
<style>
a { background-color: #617AFF; }
a { background-color: rgb(97,122,255); }
div.DivClassName
{
background-color: #617AFF;
}
.BgClassName
{
background-color: #617AFF;
}
</style>
border-color css
<style>
span { border-color: #617AFF; }
span { border-color: rgb(97,122,255); }
td.TdClassName
{
border-color: #617AFF;
}
.TagClassName
{
border-color: #617AFF;
}
</style>