Shades of Gothic #6B929A
Tints of Gothic #6B929A
RGB
CMYK
RGB Variations
Color information
#6B929A (or 0x6B929A) is known color: Gothic. HEX triplet: 6B, 92 and 9A. RGB value is (107,146,154). Sum of RGB (Red+Green+Blue) = 107+146+154=407 (53% of max value = 765). Red value is 107 (42.19% from 255 or 26.29% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B929A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B929A is #946D65. Grayscale: #878787. Windows color (decimal): -9727334 or 10130027. OLE color: 10130027.
HSL color Cylindrical-coordinate representation of color #6B929A: hue angle of 190.21º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6B929A is Cyan = 0.31, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 107 | 146 | 154 | - |
| CMYK | 0.31 | 0.05 | 0 | 0.40 |
| HSL | 190.21º | 0.19% | 0.51% | - |
| HSV(B) | 190.21º | 0.31% | 0.6% | - |
| XYZ | 22.18 | 26.02 | 34.42 | - |
| YUV | 135.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 146 | 154 | 0.31 | 0.05 | 0 | 0.40 | 190.21 | 0.19 | 0.51 |
| Hex | 6B | 92 | 9A | 1F | 5 | 0 | 28 | BE | 13 | 33 |
| Octal | 153 | 222 | 232 | 37 | 5 | 0 | 50 | 276 | 23 | 63 |
| Binary | 1101011 | 10010010 | 10011010 | 11111 | 101 | 0 | 101000 | 10111110 | 10011 | 110011 |
Color Harmonies of #6B929A
Complementary color
Monochromatic Colors of #6B929A
Black with #6B929A
Text Example
Text Example
White with #6B929A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B929A; }
p { color: rgb(107,146,154); }
H1.HeaderClassName
{
color: #6B929A;
}
.AnyTagClassName
{
color: #6B929A;
}
</style>
background-color css
<style>
a { background-color: #6B929A; }
a { background-color: rgb(107,146,154); }
div.DivClassName
{
background-color: #6B929A;
}
.BgClassName
{
background-color: #6B929A;
}
</style>
border-color css
<style>
span { border-color: #6B929A; }
span { border-color: rgb(107,146,154); }
td.TdClassName
{
border-color: #6B929A;
}
.TagClassName
{
border-color: #6B929A;
}
</style>