Shades of Gothic #628E93
Tints of Gothic #628E93
RGB
CMYK
RGB Variations
Color information
#628E93 (or 0x628E93) is known color: Gothic. HEX triplet: 62, 8E and 93. RGB value is (98,142,147). Sum of RGB (Red+Green+Blue) = 98+142+147=387 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.32% from 387); Green value is 142 (55.86% from 255 or 36.69% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 147 - color contains mainly: blue. Hex color #628E93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628E93 is #9D716C. Grayscale: #818181. Windows color (decimal): -10318189 or 9670242. OLE color: 9670242.
HSL color Cylindrical-coordinate representation of color #628E93: hue angle of 186.12º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #628E93 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 98 | 142 | 147 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.42 |
| HSL | 186.12º | 0.2% | 0.48% | - |
| HSV(B) | 186.12º | 0.33% | 0.58% | - |
| XYZ | 19.98 | 24.05 | 31.19 | - |
| YUV | 129.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 142 | 147 | 0.33 | 0.03 | 0 | 0.42 | 186.12 | 0.2 | 0.48 |
| Hex | 62 | 8E | 93 | 21 | 3 | 0 | 2A | BA | 14 | 30 |
| Octal | 142 | 216 | 223 | 41 | 3 | 0 | 52 | 272 | 24 | 60 |
| Binary | 1100010 | 10001110 | 10010011 | 100001 | 11 | 0 | 101010 | 10111010 | 10100 | 110000 |
Color Harmonies of #628E93
Complementary color
Monochromatic Colors of #628E93
Black with #628E93
Text Example
Text Example
White with #628E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628E93; }
p { color: rgb(98,142,147); }
H1.HeaderClassName
{
color: #628E93;
}
.AnyTagClassName
{
color: #628E93;
}
</style>
background-color css
<style>
a { background-color: #628E93; }
a { background-color: rgb(98,142,147); }
div.DivClassName
{
background-color: #628E93;
}
.BgClassName
{
background-color: #628E93;
}
</style>
border-color css
<style>
span { border-color: #628E93; }
span { border-color: rgb(98,142,147); }
td.TdClassName
{
border-color: #628E93;
}
.TagClassName
{
border-color: #628E93;
}
</style>