Shades of Gothic #62878A
Tints of Gothic #62878A
RGB
CMYK
RGB Variations
Color information
#62878A (or 0x62878A) is known color: Gothic. HEX triplet: 62, 87 and 8A. RGB value is (98,135,138). Sum of RGB (Red+Green+Blue) = 98+135+138=371 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.42% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #62878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62878A is #9D7875. Grayscale: #7C7C7C. Windows color (decimal): -10319990 or 9078626. OLE color: 9078626.
HSL color Cylindrical-coordinate representation of color #62878A: hue angle of 184.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #62878A is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 98 | 135 | 138 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.46 |
| HSL | 184.5º | 0.17% | 0.46% | - |
| HSV(B) | 184.5º | 0.29% | 0.54% | - |
| XYZ | 18.29 | 21.76 | 27.28 | - |
| YUV | 124.28 | 135.74 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 135 | 138 | 0.29 | 0.02 | 0 | 0.46 | 184.5 | 0.17 | 0.46 |
| Hex | 62 | 87 | 8A | 1D | 2 | 0 | 2E | B8 | 11 | 2E |
| Octal | 142 | 207 | 212 | 35 | 2 | 0 | 56 | 270 | 21 | 56 |
| Binary | 1100010 | 10000111 | 10001010 | 11101 | 10 | 0 | 101110 | 10111000 | 10001 | 101110 |
Color Harmonies of #62878A
Complementary color
Monochromatic Colors of #62878A
Black with #62878A
Text Example
Text Example
White with #62878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62878A; }
p { color: rgb(98,135,138); }
H1.HeaderClassName
{
color: #62878A;
}
.AnyTagClassName
{
color: #62878A;
}
</style>
background-color css
<style>
a { background-color: #62878A; }
a { background-color: rgb(98,135,138); }
div.DivClassName
{
background-color: #62878A;
}
.BgClassName
{
background-color: #62878A;
}
</style>
border-color css
<style>
span { border-color: #62878A; }
span { border-color: rgb(98,135,138); }
td.TdClassName
{
border-color: #62878A;
}
.TagClassName
{
border-color: #62878A;
}
</style>