Shades of Light Slate Grey #6982A4
Tints of Light Slate Grey #6982A4
RGB
CMYK
RGB Variations
Color information
#6982A4 (or 0x6982A4) is known color: Light Slate Grey. HEX triplet: 69, 82 and A4. RGB value is (105,130,164). Sum of RGB (Red+Green+Blue) = 105+130+164=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 164 (64.45% from 255 or 41.10% from 399); Max value from RGB is 164 - color contains mainly: blue. Hex color #6982A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6982A4 is #967D5B. Grayscale: #7E7E7E. Windows color (decimal): -9862492 or 10781289. OLE color: 10781289.
HSL color Cylindrical-coordinate representation of color #6982A4: hue angle of 214.58º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6982A4 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 105 | 130 | 164 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.36 |
| HSL | 214.58º | 0.24% | 0.53% | - |
| HSV(B) | 214.58º | 0.36% | 0.64% | - |
| XYZ | 20.51 | 21.65 | 38.22 | - |
| YUV | 126.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 164 | 0.36 | 0.21 | 0 | 0.36 | 214.58 | 0.24 | 0.53 |
| Hex | 69 | 82 | A4 | 24 | 15 | 0 | 24 | D7 | 18 | 35 |
| Octal | 151 | 202 | 244 | 44 | 25 | 0 | 44 | 327 | 30 | 65 |
| Binary | 1101001 | 10000010 | 10100100 | 100100 | 10101 | 0 | 100100 | 11010111 | 11000 | 110101 |
Color Harmonies of #6982A4
Complementary color
Monochromatic Colors of #6982A4
Black with #6982A4
Text Example
Text Example
White with #6982A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6982A4; }
p { color: rgb(105,130,164); }
H1.HeaderClassName
{
color: #6982A4;
}
.AnyTagClassName
{
color: #6982A4;
}
</style>
background-color css
<style>
a { background-color: #6982A4; }
a { background-color: rgb(105,130,164); }
div.DivClassName
{
background-color: #6982A4;
}
.BgClassName
{
background-color: #6982A4;
}
</style>
border-color css
<style>
span { border-color: #6982A4; }
span { border-color: rgb(105,130,164); }
td.TdClassName
{
border-color: #6982A4;
}
.TagClassName
{
border-color: #6982A4;
}
</style>