Shades of Dim Gray #6B6363
Tints of Dim Gray #6B6363
RGB
CMYK
RGB Variations
Color information
#6B6363 (or 0x6B6363) is known color: Dim Gray. HEX triplet: 6B, 63 and 63. RGB value is (107,99,99). Sum of RGB (Red+Green+Blue) = 107+99+99=305 (40% of max value = 765). Red value is 107 (42.19% from 255 or 35.08% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6363 is #949C9C. Grayscale: #656565. Windows color (decimal): -9739421 or 6513515. OLE color: 6513515.
HSL color Cylindrical-coordinate representation of color #6B6363: hue angle of 0º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6B6363 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 99 | 99 | - |
| CMYK | 0 | 0.07 | 0.07 | 0.58 |
| HSL | 0º | 0.04% | 0.4% | - |
| HSV(B) | 0º | 0.07% | 0.42% | - |
| XYZ | 12.78 | 12.95 | 13.63 | - |
| YUV | 101.39 | 126.65 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 99 | 99 | 0 | 0.07 | 0.07 | 0.58 | 0 | 0.04 | 0.4 |
| Hex | 6B | 63 | 63 | 0 | 7 | 7 | 3A | 0 | 4 | 28 |
| Octal | 153 | 143 | 143 | 0 | 7 | 7 | 72 | 0 | 4 | 50 |
| Binary | 1101011 | 1100011 | 1100011 | 0 | 111 | 111 | 111010 | 0 | 100 | 101000 |
Color Harmonies of #6B6363
Complementary color
Monochromatic Colors of #6B6363
Black with #6B6363
Text Example
Text Example
White with #6B6363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6363; }
p { color: rgb(107,99,99); }
H1.HeaderClassName
{
color: #6B6363;
}
.AnyTagClassName
{
color: #6B6363;
}
</style>
background-color css
<style>
a { background-color: #6B6363; }
a { background-color: rgb(107,99,99); }
div.DivClassName
{
background-color: #6B6363;
}
.BgClassName
{
background-color: #6B6363;
}
</style>
border-color css
<style>
span { border-color: #6B6363; }
span { border-color: rgb(107,99,99); }
td.TdClassName
{
border-color: #6B6363;
}
.TagClassName
{
border-color: #6B6363;
}
</style>