Shades of Gothic #628D92
Tints of Gothic #628D92
RGB
CMYK
RGB Variations
Color information
#628D92 (or 0x628D92) is known color: Gothic. HEX triplet: 62, 8D and 92. RGB value is (98,141,146). Sum of RGB (Red+Green+Blue) = 98+141+146=385 (50% of max value = 765). Red value is 98 (38.67% from 255 or 25.45% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 146 - color contains mainly: blue. Hex color #628D92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628D92 is #9D726D. Grayscale: #808080. Windows color (decimal): -10318446 or 9604450. OLE color: 9604450.
HSL color Cylindrical-coordinate representation of color #628D92: hue angle of 186.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #628D92 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 141 | 146 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.43 |
| HSL | 186.25º | 0.2% | 0.48% | - |
| HSV(B) | 186.25º | 0.33% | 0.57% | - |
| XYZ | 19.75 | 23.72 | 30.73 | - |
| YUV | 128.71 | 137.75 | 106.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 141 | 146 | 0.33 | 0.03 | 0 | 0.43 | 186.25 | 0.2 | 0.48 |
| Hex | 62 | 8D | 92 | 21 | 3 | 0 | 2B | BA | 14 | 30 |
| Octal | 142 | 215 | 222 | 41 | 3 | 0 | 53 | 272 | 24 | 60 |
| Binary | 1100010 | 10001101 | 10010010 | 100001 | 11 | 0 | 101011 | 10111010 | 10100 | 110000 |
Color Harmonies of #628D92
Complementary color
Monochromatic Colors of #628D92
Black with #628D92
Text Example
Text Example
White with #628D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628D92; }
p { color: rgb(98,141,146); }
H1.HeaderClassName
{
color: #628D92;
}
.AnyTagClassName
{
color: #628D92;
}
</style>
background-color css
<style>
a { background-color: #628D92; }
a { background-color: rgb(98,141,146); }
div.DivClassName
{
background-color: #628D92;
}
.BgClassName
{
background-color: #628D92;
}
</style>
border-color css
<style>
span { border-color: #628D92; }
span { border-color: rgb(98,141,146); }
td.TdClassName
{
border-color: #628D92;
}
.TagClassName
{
border-color: #628D92;
}
</style>