Shades of San Marino #607AA9
Tints of San Marino #607AA9
RGB
CMYK
RGB Variations
Color information
#607AA9 (or 0x607AA9) is known color: San Marino. HEX triplet: 60, 7A and A9. RGB value is (96,122,169). Sum of RGB (Red+Green+Blue) = 96+122+169=387 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.81% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 169 (66.41% from 255 or 43.67% from 387); Max value from RGB is 169 - color contains mainly: blue. Hex color #607AA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AA9 is #9F8556. Grayscale: #777777. Windows color (decimal): -10454359 or 11106912. OLE color: 11106912.
HSL color Cylindrical-coordinate representation of color #607AA9: hue angle of 218.63º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #607AA9 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 122 | 169 | - |
| CMYK | 0.43 | 0.28 | 0 | 0.34 |
| HSL | 218.63º | 0.3% | 0.52% | - |
| HSV(B) | 218.63º | 0.43% | 0.66% | - |
| XYZ | 18.94 | 19.27 | 40.26 | - |
| YUV | 119.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 169 | 0.43 | 0.28 | 0 | 0.34 | 218.63 | 0.3 | 0.52 |
| Hex | 60 | 7A | A9 | 2B | 1C | 0 | 22 | DB | 1E | 34 |
| Octal | 140 | 172 | 251 | 53 | 34 | 0 | 42 | 333 | 36 | 64 |
| Binary | 1100000 | 1111010 | 10101001 | 101011 | 11100 | 0 | 100010 | 11011011 | 11110 | 110100 |
Color Harmonies of #607AA9
Complementary color
Monochromatic Colors of #607AA9
Black with #607AA9
Text Example
Text Example
White with #607AA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AA9; }
p { color: rgb(96,122,169); }
H1.HeaderClassName
{
color: #607AA9;
}
.AnyTagClassName
{
color: #607AA9;
}
</style>
background-color css
<style>
a { background-color: #607AA9; }
a { background-color: rgb(96,122,169); }
div.DivClassName
{
background-color: #607AA9;
}
.BgClassName
{
background-color: #607AA9;
}
</style>
border-color css
<style>
span { border-color: #607AA9; }
span { border-color: rgb(96,122,169); }
td.TdClassName
{
border-color: #607AA9;
}
.TagClassName
{
border-color: #607AA9;
}
</style>