Shades of Gothic #6B8287
Tints of Gothic #6B8287
RGB
CMYK
RGB Variations
Color information
#6B8287 (or 0x6B8287) is known color: Gothic. HEX triplet: 6B, 82 and 87. RGB value is (107,130,135). Sum of RGB (Red+Green+Blue) = 107+130+135=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 130 (51.17% from 255 or 34.95% from 372); Blue value is 135 (53.12% from 255 or 36.29% from 372); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B8287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8287 is #947D78. Grayscale: #7B7B7B. Windows color (decimal): -9731449 or 8880747. OLE color: 8880747.
HSL color Cylindrical-coordinate representation of color #6B8287: hue angle of 190.71º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B8287 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 130 | 135 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.47 |
| HSL | 190.71º | 0.12% | 0.47% | - |
| HSV(B) | 190.71º | 0.21% | 0.53% | - |
| XYZ | 18.42 | 20.84 | 25.97 | - |
| YUV | 123.69 | 134.38 | 116.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 135 | 0.21 | 0.04 | 0 | 0.47 | 190.71 | 0.12 | 0.47 |
| Hex | 6B | 82 | 87 | 15 | 4 | 0 | 2F | BF | C | 2F |
| Octal | 153 | 202 | 207 | 25 | 4 | 0 | 57 | 277 | 14 | 57 |
| Binary | 1101011 | 10000010 | 10000111 | 10101 | 100 | 0 | 101111 | 10111111 | 1100 | 101111 |
Color Harmonies of #6B8287
Complementary color
Monochromatic Colors of #6B8287
Black with #6B8287
Text Example
Text Example
White with #6B8287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8287; }
p { color: rgb(107,130,135); }
H1.HeaderClassName
{
color: #6B8287;
}
.AnyTagClassName
{
color: #6B8287;
}
</style>
background-color css
<style>
a { background-color: #6B8287; }
a { background-color: rgb(107,130,135); }
div.DivClassName
{
background-color: #6B8287;
}
.BgClassName
{
background-color: #6B8287;
}
</style>
border-color css
<style>
span { border-color: #6B8287; }
span { border-color: rgb(107,130,135); }
td.TdClassName
{
border-color: #6B8287;
}
.TagClassName
{
border-color: #6B8287;
}
</style>