Shades of Gothic #6B838B
Tints of Gothic #6B838B
RGB
CMYK
RGB Variations
Color information
#6B838B (or 0x6B838B) is known color: Gothic. HEX triplet: 6B, 83 and 8B. RGB value is (107,131,139). Sum of RGB (Red+Green+Blue) = 107+131+139=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 139 - color contains mainly: blue. Hex color #6B838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B838B is #947C74. Grayscale: #7C7C7C. Windows color (decimal): -9731189 or 9143147. OLE color: 9143147.
HSL color Cylindrical-coordinate representation of color #6B838B: hue angle of 195º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6B838B is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 131 | 139 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.45 |
| HSL | 195º | 0.13% | 0.48% | - |
| HSV(B) | 195º | 0.23% | 0.55% | - |
| XYZ | 18.84 | 21.22 | 27.53 | - |
| YUV | 124.74 | 136.05 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 139 | 0.23 | 0.06 | 0 | 0.45 | 195 | 0.13 | 0.48 |
| Hex | 6B | 83 | 8B | 17 | 6 | 0 | 2D | C3 | D | 30 |
| Octal | 153 | 203 | 213 | 27 | 6 | 0 | 55 | 303 | 15 | 60 |
| Binary | 1101011 | 10000011 | 10001011 | 10111 | 110 | 0 | 101101 | 11000011 | 1101 | 110000 |
Color Harmonies of #6B838B
Complementary color
Monochromatic Colors of #6B838B
Black with #6B838B
Text Example
Text Example
White with #6B838B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B838B; }
p { color: rgb(107,131,139); }
H1.HeaderClassName
{
color: #6B838B;
}
.AnyTagClassName
{
color: #6B838B;
}
</style>
background-color css
<style>
a { background-color: #6B838B; }
a { background-color: rgb(107,131,139); }
div.DivClassName
{
background-color: #6B838B;
}
.BgClassName
{
background-color: #6B838B;
}
</style>
border-color css
<style>
span { border-color: #6B838B; }
span { border-color: rgb(107,131,139); }
td.TdClassName
{
border-color: #6B838B;
}
.TagClassName
{
border-color: #6B838B;
}
</style>