Shades of Gothic #6B838A
Tints of Gothic #6B838A
RGB
CMYK
RGB Variations
Color information
#6B838A (or 0x6B838A) is known color: Gothic. HEX triplet: 6B, 83 and 8A. RGB value is (107,131,138). Sum of RGB (Red+Green+Blue) = 107+131+138=376 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.46% from 376); Green value is 131 (51.56% from 255 or 34.84% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B838A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B838A is #947C75. Grayscale: #7C7C7C. Windows color (decimal): -9731190 or 9077611. OLE color: 9077611.
HSL color Cylindrical-coordinate representation of color #6B838A: hue angle of 193.55º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B838A is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 131 | 138 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.46 |
| HSL | 193.55º | 0.13% | 0.48% | - |
| HSV(B) | 193.55º | 0.22% | 0.54% | - |
| XYZ | 18.77 | 21.19 | 27.15 | - |
| YUV | 124.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 138 | 0.22 | 0.05 | 0 | 0.46 | 193.55 | 0.13 | 0.48 |
| Hex | 6B | 83 | 8A | 16 | 5 | 0 | 2E | C2 | D | 30 |
| Octal | 153 | 203 | 212 | 26 | 5 | 0 | 56 | 302 | 15 | 60 |
| Binary | 1101011 | 10000011 | 10001010 | 10110 | 101 | 0 | 101110 | 11000010 | 1101 | 110000 |
Color Harmonies of #6B838A
Complementary color
Monochromatic Colors of #6B838A
Black with #6B838A
Text Example
Text Example
White with #6B838A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B838A; }
p { color: rgb(107,131,138); }
H1.HeaderClassName
{
color: #6B838A;
}
.AnyTagClassName
{
color: #6B838A;
}
</style>
background-color css
<style>
a { background-color: #6B838A; }
a { background-color: rgb(107,131,138); }
div.DivClassName
{
background-color: #6B838A;
}
.BgClassName
{
background-color: #6B838A;
}
</style>
border-color css
<style>
span { border-color: #6B838A; }
span { border-color: rgb(107,131,138); }
td.TdClassName
{
border-color: #6B838A;
}
.TagClassName
{
border-color: #6B838A;
}
</style>