Shades of Gothic #6B858C
Tints of Gothic #6B858C
RGB
CMYK
RGB Variations
Color information
#6B858C (or 0x6B858C) is known color: Gothic. HEX triplet: 6B, 85 and 8C. RGB value is (107,133,140). Sum of RGB (Red+Green+Blue) = 107+133+140=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 133 (52.34% from 255 or 35% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #6B858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B858C is #947A73. Grayscale: #7D7D7D. Windows color (decimal): -9730676 or 9209195. OLE color: 9209195.
HSL color Cylindrical-coordinate representation of color #6B858C: hue angle of 192.73º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B858C is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 107 | 133 | 140 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.45 |
| HSL | 192.73º | 0.13% | 0.48% | - |
| HSV(B) | 192.73º | 0.24% | 0.55% | - |
| XYZ | 19.18 | 21.79 | 28.01 | - |
| YUV | 126.02 | 135.89 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 140 | 0.24 | 0.05 | 0 | 0.45 | 192.73 | 0.13 | 0.48 |
| Hex | 6B | 85 | 8C | 18 | 5 | 0 | 2D | C1 | D | 30 |
| Octal | 153 | 205 | 214 | 30 | 5 | 0 | 55 | 301 | 15 | 60 |
| Binary | 1101011 | 10000101 | 10001100 | 11000 | 101 | 0 | 101101 | 11000001 | 1101 | 110000 |
Color Harmonies of #6B858C
Complementary color
Monochromatic Colors of #6B858C
Black with #6B858C
Text Example
Text Example
White with #6B858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B858C; }
p { color: rgb(107,133,140); }
H1.HeaderClassName
{
color: #6B858C;
}
.AnyTagClassName
{
color: #6B858C;
}
</style>
background-color css
<style>
a { background-color: #6B858C; }
a { background-color: rgb(107,133,140); }
div.DivClassName
{
background-color: #6B858C;
}
.BgClassName
{
background-color: #6B858C;
}
</style>
border-color css
<style>
span { border-color: #6B858C; }
span { border-color: rgb(107,133,140); }
td.TdClassName
{
border-color: #6B858C;
}
.TagClassName
{
border-color: #6B858C;
}
</style>