Shades of Gothic #628A8D
Tints of Gothic #628A8D
RGB
CMYK
RGB Variations
Color information
#628A8D (or 0x628A8D) is known color: Gothic. HEX triplet: 62, 8A and 8D. RGB value is (98,138,141). Sum of RGB (Red+Green+Blue) = 98+138+141=377 (49% of max value = 765). Red value is 98 (38.67% from 255 or 25.99% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 141 - color contains mainly: blue. Hex color #628A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628A8D is #9D7572. Grayscale: #7E7E7E. Windows color (decimal): -10319219 or 9276002. OLE color: 9276002.
HSL color Cylindrical-coordinate representation of color #628A8D: hue angle of 184.19º 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 #628A8D is Cyan = 0.30, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 138 | 141 | - |
| CMYK | 0.30 | 0.02 | 0 | 0.45 |
| HSL | 184.19º | 0.18% | 0.47% | - |
| HSV(B) | 184.19º | 0.3% | 0.55% | - |
| XYZ | 18.93 | 22.7 | 28.58 | - |
| YUV | 126.38 | 136.25 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 138 | 141 | 0.30 | 0.02 | 0 | 0.45 | 184.19 | 0.18 | 0.47 |
| Hex | 62 | 8A | 8D | 1E | 2 | 0 | 2D | B8 | 12 | 2F |
| Octal | 142 | 212 | 215 | 36 | 2 | 0 | 55 | 270 | 22 | 57 |
| Binary | 1100010 | 10001010 | 10001101 | 11110 | 10 | 0 | 101101 | 10111000 | 10010 | 101111 |
Color Harmonies of #628A8D
Complementary color
Monochromatic Colors of #628A8D
Black with #628A8D
Text Example
Text Example
White with #628A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628A8D; }
p { color: rgb(98,138,141); }
H1.HeaderClassName
{
color: #628A8D;
}
.AnyTagClassName
{
color: #628A8D;
}
</style>
background-color css
<style>
a { background-color: #628A8D; }
a { background-color: rgb(98,138,141); }
div.DivClassName
{
background-color: #628A8D;
}
.BgClassName
{
background-color: #628A8D;
}
</style>
border-color css
<style>
span { border-color: #628A8D; }
span { border-color: rgb(98,138,141); }
td.TdClassName
{
border-color: #628A8D;
}
.TagClassName
{
border-color: #628A8D;
}
</style>