Shades of Gothic #6C8288
Tints of Gothic #6C8288
RGB
CMYK
RGB Variations
Color information
#6C8288 (or 0x6C8288) is known color: Gothic. HEX triplet: 6C, 82 and 88. RGB value is (108,130,136). Sum of RGB (Red+Green+Blue) = 108+130+136=374 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.88% from 374); Green value is 130 (51.17% from 255 or 34.76% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C8288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8288 is #937D77. Grayscale: #7C7C7C. Windows color (decimal): -9665912 or 8946284. OLE color: 8946284.
HSL color Cylindrical-coordinate representation of color #6C8288: hue angle of 192.86º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C8288 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 130 | 136 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.47 |
| HSL | 192.86º | 0.11% | 0.48% | - |
| HSV(B) | 192.86º | 0.21% | 0.53% | - |
| XYZ | 18.61 | 20.93 | 26.35 | - |
| YUV | 124.11 | 134.71 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 130 | 136 | 0.21 | 0.04 | 0 | 0.47 | 192.86 | 0.11 | 0.48 |
| Hex | 6C | 82 | 88 | 15 | 4 | 0 | 2F | C1 | B | 30 |
| Octal | 154 | 202 | 210 | 25 | 4 | 0 | 57 | 301 | 13 | 60 |
| Binary | 1101100 | 10000010 | 10001000 | 10101 | 100 | 0 | 101111 | 11000001 | 1011 | 110000 |
Color Harmonies of #6C8288
Complementary color
Monochromatic Colors of #6C8288
Black with #6C8288
Text Example
Text Example
White with #6C8288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8288; }
p { color: rgb(108,130,136); }
H1.HeaderClassName
{
color: #6C8288;
}
.AnyTagClassName
{
color: #6C8288;
}
</style>
background-color css
<style>
a { background-color: #6C8288; }
a { background-color: rgb(108,130,136); }
div.DivClassName
{
background-color: #6C8288;
}
.BgClassName
{
background-color: #6C8288;
}
</style>
border-color css
<style>
span { border-color: #6C8288; }
span { border-color: rgb(108,130,136); }
td.TdClassName
{
border-color: #6C8288;
}
.TagClassName
{
border-color: #6C8288;
}
</style>