Shades of San Marino #617AA8
Tints of San Marino #617AA8
RGB
CMYK
RGB Variations
Color information
#617AA8 (or 0x617AA8) is known color: San Marino. HEX triplet: 61, 7A and A8. RGB value is (97,122,168). Sum of RGB (Red+Green+Blue) = 97+122+168=387 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.06% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 168 (66.02% from 255 or 43.41% from 387); Max value from RGB is 168 - color contains mainly: blue. Hex color #617AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #617AA8 is #9E8557. Grayscale: #777777. Windows color (decimal): -10388824 or 11041377. OLE color: 11041377.
HSL color Cylindrical-coordinate representation of color #617AA8: hue angle of 218.87º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #617AA8 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 97 | 122 | 168 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.34 |
| HSL | 218.87º | 0.29% | 0.52% | - |
| HSV(B) | 218.87º | 0.42% | 0.66% | - |
| XYZ | 18.96 | 19.29 | 39.77 | - |
| YUV | 119.77 | 155.22 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 122 | 168 | 0.42 | 0.27 | 0 | 0.34 | 218.87 | 0.29 | 0.52 |
| Hex | 61 | 7A | A8 | 2A | 1B | 0 | 22 | DB | 1D | 34 |
| Octal | 141 | 172 | 250 | 52 | 33 | 0 | 42 | 333 | 35 | 64 |
| Binary | 1100001 | 1111010 | 10101000 | 101010 | 11011 | 0 | 100010 | 11011011 | 11101 | 110100 |
Color Harmonies of #617AA8
Complementary color
Monochromatic Colors of #617AA8
Black with #617AA8
Text Example
Text Example
White with #617AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617AA8; }
p { color: rgb(97,122,168); }
H1.HeaderClassName
{
color: #617AA8;
}
.AnyTagClassName
{
color: #617AA8;
}
</style>
background-color css
<style>
a { background-color: #617AA8; }
a { background-color: rgb(97,122,168); }
div.DivClassName
{
background-color: #617AA8;
}
.BgClassName
{
background-color: #617AA8;
}
</style>
border-color css
<style>
span { border-color: #617AA8; }
span { border-color: rgb(97,122,168); }
td.TdClassName
{
border-color: #617AA8;
}
.TagClassName
{
border-color: #617AA8;
}
</style>