Shades of DimGray #696969
Tints of DimGray #696969
RGB
CMYK
RGB Variations
Color information
#696969 (or 0x696969) is known color: DimGray. HEX triplet: 69, 69 and 69. RGB value is (105,105,105). Sum of RGB (Red+Green+Blue) = 105+105+105=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 105 (41.41% from 255 or 33.33% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 105 - color contains mainly: red, green, blue. Hex color #696969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696969 is #969696. Grayscale: #686868. Windows color (decimal): -9868951 or 6908265. OLE color: 6908265.
HSL color Cylindrical-coordinate representation of color #696969: hue angle of 0º degrees, saturation: 0, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0%. Process color model (Four color, CMYK) of #696969 is Cyan = 0, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
RGB | 105 | 105 | 105 | - |
CMYK | 0 | 0 | 0 | 0.59 |
HSL | 0º | 0% | 0.41% | - |
HSV(B) | 0º | 0% | 0.41% | - |
XYZ | 13.43 | 14.13 | 15.38 | - |
YUV | 105 | 128 | 128 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 105 | 105 | 105 | 0 | 0 | 0 | 0.59 | 0 | 0 | 0.41 |
Hex | 69 | 69 | 69 | 0 | 0 | 0 | 3B | 0 | 0 | 29 |
Octal | 151 | 151 | 151 | 0 | 0 | 0 | 73 | 0 | 0 | 51 |
Binary | 1101001 | 1101001 | 1101001 | 0 | 0 | 0 | 111011 | 0 | 0 | 101001 |
Color Harmonies of #696969
Complementary color
Monochromatic Colors of #696969
Black with #696969
Text Example
Text Example
White with #696969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696969; }
p { color: rgb(105,105,105); }
H1.HeaderClassName
{
color: #696969;
}
.AnyTagClassName
{
color: #696969;
}
</style>
background-color css
<style>
a { background-color: #696969; }
a { background-color: rgb(105,105,105); }
div.DivClassName
{
background-color: #696969;
}
.BgClassName
{
background-color: #696969;
}
</style>
border-color css
<style>
span { border-color: #696969; }
span { border-color: rgb(105,105,105); }
td.TdClassName
{
border-color: #696969;
}
.TagClassName
{
border-color: #696969;
}
</style>