Shades of Cutty Sark #62857C
Tints of Cutty Sark #62857C
RGB
CMYK
RGB Variations
Color information
#62857C (or 0x62857C) is known color: Cutty Sark. HEX triplet: 62, 85 and 7C. RGB value is (98,133,124). Sum of RGB (Red+Green+Blue) = 98+133+124=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 133 (52.34% from 255 or 37.46% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 133 - color contains mainly: green. Hex color #62857C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62857C is #9D7A83. Grayscale: #797979. Windows color (decimal): -10320516 or 8160610. OLE color: 8160610.
HSL color Cylindrical-coordinate representation of color #62857C: hue angle of 164.57º 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 #62857C is Cyan = 0.26, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 124 | - |
| CMYK | 0.26 | 0 | 0.07 | 0.48 |
| HSL | 164.57º | 0.15% | 0.45% | - |
| HSV(B) | 164.57º | 0.26% | 0.52% | - |
| XYZ | 17.06 | 20.83 | 22.19 | - |
| YUV | 121.51 | 129.4 | 111.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 124 | 0.26 | 0 | 0.07 | 0.48 | 164.57 | 0.15 | 0.45 |
| Hex | 62 | 85 | 7C | 1A | 0 | 7 | 30 | A5 | F | 2D |
| Octal | 142 | 205 | 174 | 32 | 0 | 7 | 60 | 245 | 17 | 55 |
| Binary | 1100010 | 10000101 | 1111100 | 11010 | 0 | 111 | 110000 | 10100101 | 1111 | 101101 |
Color Harmonies of #62857C
Complementary color
Monochromatic Colors of #62857C
Black with #62857C
Text Example
Text Example
White with #62857C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62857C; }
p { color: rgb(98,133,124); }
H1.HeaderClassName
{
color: #62857C;
}
.AnyTagClassName
{
color: #62857C;
}
</style>
background-color css
<style>
a { background-color: #62857C; }
a { background-color: rgb(98,133,124); }
div.DivClassName
{
background-color: #62857C;
}
.BgClassName
{
background-color: #62857C;
}
</style>
border-color css
<style>
span { border-color: #62857C; }
span { border-color: rgb(98,133,124); }
td.TdClassName
{
border-color: #62857C;
}
.TagClassName
{
border-color: #62857C;
}
</style>