Shades of Gothic #6B8284
Tints of Gothic #6B8284
RGB
CMYK
RGB Variations
Color information
#6B8284 (or 0x6B8284) is known color: Gothic. HEX triplet: 6B, 82 and 84. RGB value is (107,130,132). Sum of RGB (Red+Green+Blue) = 107+130+132=369 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.00% from 369); Green value is 130 (51.17% from 255 or 35.23% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 132 - color contains mainly: blue. Hex color #6B8284 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8284 is #947D7B. Grayscale: #7B7B7B. Windows color (decimal): -9731452 or 8684139. OLE color: 8684139.
HSL color Cylindrical-coordinate representation of color #6B8284: hue angle of 184.8º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6B8284 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 130 | 132 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.48 |
| HSL | 184.8º | 0.1% | 0.47% | - |
| HSV(B) | 184.8º | 0.19% | 0.52% | - |
| XYZ | 18.21 | 20.76 | 24.88 | - |
| YUV | 123.35 | 132.88 | 116.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 132 | 0.19 | 0.02 | 0 | 0.48 | 184.8 | 0.1 | 0.47 |
| Hex | 6B | 82 | 84 | 13 | 2 | 0 | 30 | B9 | A | 2F |
| Octal | 153 | 202 | 204 | 23 | 2 | 0 | 60 | 271 | 12 | 57 |
| Binary | 1101011 | 10000010 | 10000100 | 10011 | 10 | 0 | 110000 | 10111001 | 1010 | 101111 |
Color Harmonies of #6B8284
Complementary color
Monochromatic Colors of #6B8284
Black with #6B8284
Text Example
Text Example
White with #6B8284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8284; }
p { color: rgb(107,130,132); }
H1.HeaderClassName
{
color: #6B8284;
}
.AnyTagClassName
{
color: #6B8284;
}
</style>
background-color css
<style>
a { background-color: #6B8284; }
a { background-color: rgb(107,130,132); }
div.DivClassName
{
background-color: #6B8284;
}
.BgClassName
{
background-color: #6B8284;
}
</style>
border-color css
<style>
span { border-color: #6B8284; }
span { border-color: rgb(107,130,132); }
td.TdClassName
{
border-color: #6B8284;
}
.TagClassName
{
border-color: #6B8284;
}
</style>