Shades of Cutty Sark #62867B
Tints of Cutty Sark #62867B
RGB
CMYK
RGB Variations
Color information
#62867B (or 0x62867B) is known color: Cutty Sark. HEX triplet: 62, 86 and 7B. RGB value is (98,134,123). Sum of RGB (Red+Green+Blue) = 98+134+123=355 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.61% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 134 - color contains mainly: green. Hex color #62867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #62867B is #9D7984. Grayscale: #797979. Windows color (decimal): -10320261 or 8095330. OLE color: 8095330.
HSL color Cylindrical-coordinate representation of color #62867B: hue angle of 161.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #62867B is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 123 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.47 |
| HSL | 161.67º | 0.16% | 0.45% | - |
| HSV(B) | 161.67º | 0.27% | 0.53% | - |
| XYZ | 17.14 | 21.08 | 21.9 | - |
| YUV | 121.98 | 128.57 | 110.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 123 | 0.27 | 0 | 0.08 | 0.47 | 161.67 | 0.16 | 0.45 |
| Hex | 62 | 86 | 7B | 1B | 0 | 8 | 2F | A2 | 10 | 2D |
| Octal | 142 | 206 | 173 | 33 | 0 | 10 | 57 | 242 | 20 | 55 |
| Binary | 1100010 | 10000110 | 1111011 | 11011 | 0 | 1000 | 101111 | 10100010 | 10000 | 101101 |
Color Harmonies of #62867B
Complementary color
Monochromatic Colors of #62867B
Black with #62867B
Text Example
Text Example
White with #62867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62867B; }
p { color: rgb(98,134,123); }
H1.HeaderClassName
{
color: #62867B;
}
.AnyTagClassName
{
color: #62867B;
}
</style>
background-color css
<style>
a { background-color: #62867B; }
a { background-color: rgb(98,134,123); }
div.DivClassName
{
background-color: #62867B;
}
.BgClassName
{
background-color: #62867B;
}
</style>
border-color css
<style>
span { border-color: #62867B; }
span { border-color: rgb(98,134,123); }
td.TdClassName
{
border-color: #62867B;
}
.TagClassName
{
border-color: #62867B;
}
</style>