Shades of Gothic #6B8283
Tints of Gothic #6B8283
RGB
CMYK
RGB Variations
Color information
#6B8283 (or 0x6B8283) is known color: Gothic. HEX triplet: 6B, 82 and 83. RGB value is (107,130,131). Sum of RGB (Red+Green+Blue) = 107+130+131=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 131 - color contains mainly: blue. Hex color #6B8283 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8283 is #947D7C. Grayscale: #7B7B7B. Windows color (decimal): -9731453 or 8618603. OLE color: 8618603.
HSL color Cylindrical-coordinate representation of color #6B8283: hue angle of 182.5º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6B8283 is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 130 | 131 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.49 |
| HSL | 182.5º | 0.1% | 0.47% | - |
| HSV(B) | 182.5º | 0.18% | 0.51% | - |
| XYZ | 18.14 | 20.73 | 24.52 | - |
| YUV | 123.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 131 | 0.18 | 0.01 | 0 | 0.49 | 182.5 | 0.1 | 0.47 |
| Hex | 6B | 82 | 83 | 12 | 1 | 0 | 31 | B6 | A | 2F |
| Octal | 153 | 202 | 203 | 22 | 1 | 0 | 61 | 266 | 12 | 57 |
| Binary | 1101011 | 10000010 | 10000011 | 10010 | 1 | 0 | 110001 | 10110110 | 1010 | 101111 |
Color Harmonies of #6B8283
Complementary color
Monochromatic Colors of #6B8283
Black with #6B8283
Text Example
Text Example
White with #6B8283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8283; }
p { color: rgb(107,130,131); }
H1.HeaderClassName
{
color: #6B8283;
}
.AnyTagClassName
{
color: #6B8283;
}
</style>
background-color css
<style>
a { background-color: #6B8283; }
a { background-color: rgb(107,130,131); }
div.DivClassName
{
background-color: #6B8283;
}
.BgClassName
{
background-color: #6B8283;
}
</style>
border-color css
<style>
span { border-color: #6B8283; }
span { border-color: rgb(107,130,131); }
td.TdClassName
{
border-color: #6B8283;
}
.TagClassName
{
border-color: #6B8283;
}
</style>