Shades of San Marino #607AA8
Tints of San Marino #607AA8
RGB
CMYK
RGB Variations
Color information
#607AA8 (or 0x607AA8) is known color: San Marino. HEX triplet: 60, 7A and A8. RGB value is (96,122,168). Sum of RGB (Red+Green+Blue) = 96+122+168=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 168 (66.02% from 255 or 43.52% from 386); Max value from RGB is 168 - color contains mainly: blue. Hex color #607AA8 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #607AA8 is #9F8557. Grayscale: #777777. Windows color (decimal): -10454360 or 11041376. OLE color: 11041376.
HSL color Cylindrical-coordinate representation of color #607AA8: hue angle of 218.33º degrees, saturation: 0.29, 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 #607AA8 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 122 | 168 | - |
| CMYK | 0.43 | 0.27 | 0 | 0.34 |
| HSL | 218.33º | 0.29% | 0.52% | - |
| HSV(B) | 218.33º | 0.43% | 0.66% | - |
| XYZ | 18.85 | 19.23 | 39.76 | - |
| YUV | 119.47 | 155.39 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 122 | 168 | 0.43 | 0.27 | 0 | 0.34 | 218.33 | 0.29 | 0.52 |
| Hex | 60 | 7A | A8 | 2B | 1B | 0 | 22 | DA | 1D | 34 |
| Octal | 140 | 172 | 250 | 53 | 33 | 0 | 42 | 332 | 35 | 64 |
| Binary | 1100000 | 1111010 | 10101000 | 101011 | 11011 | 0 | 100010 | 11011010 | 11101 | 110100 |
Color Harmonies of #607AA8
Complementary color
Monochromatic Colors of #607AA8
Black with #607AA8
Text Example
Text Example
White with #607AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #607AA8; }
p { color: rgb(96,122,168); }
H1.HeaderClassName
{
color: #607AA8;
}
.AnyTagClassName
{
color: #607AA8;
}
</style>
background-color css
<style>
a { background-color: #607AA8; }
a { background-color: rgb(96,122,168); }
div.DivClassName
{
background-color: #607AA8;
}
.BgClassName
{
background-color: #607AA8;
}
</style>
border-color css
<style>
span { border-color: #607AA8; }
span { border-color: rgb(96,122,168); }
td.TdClassName
{
border-color: #607AA8;
}
.TagClassName
{
border-color: #607AA8;
}
</style>