Shades of San Marino #607AA6
Tints of San Marino #607AA6
RGB
CMYK
RGB Variations
Color information
#607AA6 (or 0x607AA6) is known color: San Marino. HEX triplet: 60, 7A and A6. RGB value is (96,122,166). Sum of RGB (Red+Green+Blue) = 96+122+166=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 166 (65.23% from 255 or 43.23% from 384); Max value from RGB is 166 - color contains mainly: blue. Hex color #607AA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AA6 is #9F8559. Grayscale: #777777. Windows color (decimal): -10454362 or 10910304. OLE color: 10910304.
HSL color Cylindrical-coordinate representation of color #607AA6: hue angle of 217.71º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #607AA6 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 122 | 166 | - |
| CMYK | 0.42 | 0.27 | 0 | 0.35 |
| HSL | 217.71º | 0.28% | 0.51% | - |
| HSV(B) | 217.71º | 0.42% | 0.65% | - |
| XYZ | 18.67 | 19.16 | 38.79 | - |
| YUV | 119.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 166 | 0.42 | 0.27 | 0 | 0.35 | 217.71 | 0.28 | 0.51 |
| Hex | 60 | 7A | A6 | 2A | 1B | 0 | 23 | DA | 1C | 33 |
| Octal | 140 | 172 | 246 | 52 | 33 | 0 | 43 | 332 | 34 | 63 |
| Binary | 1100000 | 1111010 | 10100110 | 101010 | 11011 | 0 | 100011 | 11011010 | 11100 | 110011 |
Color Harmonies of #607AA6
Complementary color
Monochromatic Colors of #607AA6
Black with #607AA6
Text Example
Text Example
White with #607AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AA6; }
p { color: rgb(96,122,166); }
H1.HeaderClassName
{
color: #607AA6;
}
.AnyTagClassName
{
color: #607AA6;
}
</style>
background-color css
<style>
a { background-color: #607AA6; }
a { background-color: rgb(96,122,166); }
div.DivClassName
{
background-color: #607AA6;
}
.BgClassName
{
background-color: #607AA6;
}
</style>
border-color css
<style>
span { border-color: #607AA6; }
span { border-color: rgb(96,122,166); }
td.TdClassName
{
border-color: #607AA6;
}
.TagClassName
{
border-color: #607AA6;
}
</style>