Shades of Cutty Sark #62847A
Tints of Cutty Sark #62847A
RGB
CMYK
RGB Variations
Color information
#62847A (or 0x62847A) is known color: Cutty Sark. HEX triplet: 62, 84 and 7A. RGB value is (98,132,122). Sum of RGB (Red+Green+Blue) = 98+132+122=352 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.84% from 352); Green value is 132 (51.95% from 255 or 37.5% from 352); Blue value is 122 (48.05% from 255 or 34.66% from 352); Max value from RGB is 132 - color contains mainly: green. Hex color #62847A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62847A is #9D7B85. Grayscale: #787878. Windows color (decimal): -10320774 or 8029282. OLE color: 8029282.
HSL color Cylindrical-coordinate representation of color #62847A: hue angle of 162.35º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62847A is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 132 | 122 | - |
| CMYK | 0.26 | 0 | 0.08 | 0.48 |
| HSL | 162.35º | 0.15% | 0.45% | - |
| HSV(B) | 162.35º | 0.26% | 0.52% | - |
| XYZ | 16.8 | 20.5 | 21.48 | - |
| YUV | 120.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 122 | 0.26 | 0 | 0.08 | 0.48 | 162.35 | 0.15 | 0.45 |
| Hex | 62 | 84 | 7A | 1A | 0 | 8 | 30 | A2 | F | 2D |
| Octal | 142 | 204 | 172 | 32 | 0 | 10 | 60 | 242 | 17 | 55 |
| Binary | 1100010 | 10000100 | 1111010 | 11010 | 0 | 1000 | 110000 | 10100010 | 1111 | 101101 |
Color Harmonies of #62847A
Complementary color
Monochromatic Colors of #62847A
Black with #62847A
Text Example
Text Example
White with #62847A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62847A; }
p { color: rgb(98,132,122); }
H1.HeaderClassName
{
color: #62847A;
}
.AnyTagClassName
{
color: #62847A;
}
</style>
background-color css
<style>
a { background-color: #62847A; }
a { background-color: rgb(98,132,122); }
div.DivClassName
{
background-color: #62847A;
}
.BgClassName
{
background-color: #62847A;
}
</style>
border-color css
<style>
span { border-color: #62847A; }
span { border-color: rgb(98,132,122); }
td.TdClassName
{
border-color: #62847A;
}
.TagClassName
{
border-color: #62847A;
}
</style>