Shades of Gothic #62838C
Tints of Gothic #62838C
RGB
CMYK
RGB Variations
Color information
#62838C (or 0x62838C) is known color: Gothic. HEX triplet: 62, 83 and 8C. RGB value is (98,131,140). Sum of RGB (Red+Green+Blue) = 98+131+140=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 140 - color contains mainly: blue. Hex color #62838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #62838C is #9D7C73. Grayscale: #7A7A7A. Windows color (decimal): -10321012 or 9208674. OLE color: 9208674.
HSL color Cylindrical-coordinate representation of color #62838C: hue angle of 192.86º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #62838C is Cyan = 0.3, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 131 | 140 | - |
| CMYK | 0.3 | 0.06 | 0 | 0.45 |
| HSL | 192.86º | 0.18% | 0.47% | - |
| HSV(B) | 192.86º | 0.3% | 0.55% | - |
| XYZ | 17.89 | 20.72 | 27.87 | - |
| YUV | 122.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 140 | 0.3 | 0.06 | 0 | 0.45 | 192.86 | 0.18 | 0.47 |
| Hex | 62 | 83 | 8C | 1E | 6 | 0 | 2D | C1 | 12 | 2F |
| Octal | 142 | 203 | 214 | 36 | 6 | 0 | 55 | 301 | 22 | 57 |
| Binary | 1100010 | 10000011 | 10001100 | 11110 | 110 | 0 | 101101 | 11000001 | 10010 | 101111 |
Color Harmonies of #62838C
Complementary color
Monochromatic Colors of #62838C
Black with #62838C
Text Example
Text Example
White with #62838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62838C; }
p { color: rgb(98,131,140); }
H1.HeaderClassName
{
color: #62838C;
}
.AnyTagClassName
{
color: #62838C;
}
</style>
background-color css
<style>
a { background-color: #62838C; }
a { background-color: rgb(98,131,140); }
div.DivClassName
{
background-color: #62838C;
}
.BgClassName
{
background-color: #62838C;
}
</style>
border-color css
<style>
span { border-color: #62838C; }
span { border-color: rgb(98,131,140); }
td.TdClassName
{
border-color: #62838C;
}
.TagClassName
{
border-color: #62838C;
}
</style>