Shades of Slate Grey #69819C
Tints of Slate Grey #69819C
RGB
CMYK
RGB Variations
Color information
#69819C (or 0x69819C) is known color: Slate Grey. HEX triplet: 69, 81 and 9C. RGB value is (105,129,156). Sum of RGB (Red+Green+Blue) = 105+129+156=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #69819C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69819C is #967E63. Grayscale: #7C7C7C. Windows color (decimal): -9862756 or 10256745. OLE color: 10256745.
HSL color Cylindrical-coordinate representation of color #69819C: hue angle of 211.76º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #69819C is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 105 | 129 | 156 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.39 |
| HSL | 211.76º | 0.2% | 0.51% | - |
| HSV(B) | 211.76º | 0.33% | 0.61% | - |
| XYZ | 19.68 | 21.1 | 34.49 | - |
| YUV | 124.9 | 145.55 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 129 | 156 | 0.33 | 0.17 | 0 | 0.39 | 211.76 | 0.2 | 0.51 |
| Hex | 69 | 81 | 9C | 21 | 11 | 0 | 27 | D4 | 14 | 33 |
| Octal | 151 | 201 | 234 | 41 | 21 | 0 | 47 | 324 | 24 | 63 |
| Binary | 1101001 | 10000001 | 10011100 | 100001 | 10001 | 0 | 100111 | 11010100 | 10100 | 110011 |
Color Harmonies of #69819C
Complementary color
Monochromatic Colors of #69819C
Black with #69819C
Text Example
Text Example
White with #69819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69819C; }
p { color: rgb(105,129,156); }
H1.HeaderClassName
{
color: #69819C;
}
.AnyTagClassName
{
color: #69819C;
}
</style>
background-color css
<style>
a { background-color: #69819C; }
a { background-color: rgb(105,129,156); }
div.DivClassName
{
background-color: #69819C;
}
.BgClassName
{
background-color: #69819C;
}
</style>
border-color css
<style>
span { border-color: #69819C; }
span { border-color: rgb(105,129,156); }
td.TdClassName
{
border-color: #69819C;
}
.TagClassName
{
border-color: #69819C;
}
</style>