Shades of Storm Grey #6C768B
Tints of Storm Grey #6C768B
RGB
CMYK
RGB Variations
Color information
#6C768B (or 0x6C768B) is known color: Storm Grey. HEX triplet: 6C, 76 and 8B. RGB value is (108,118,139). Sum of RGB (Red+Green+Blue) = 108+118+139=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 139 - color contains mainly: blue. Hex color #6C768B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C768B is #938974. Grayscale: #757575. Windows color (decimal): -9668981 or 9139820. OLE color: 9139820.
HSL color Cylindrical-coordinate representation of color #6C768B: hue angle of 220.65º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C768B is Cyan = 0.22, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 118 | 139 | - |
| CMYK | 0.22 | 0.15 | 0 | 0.45 |
| HSL | 220.65º | 0.13% | 0.48% | - |
| HSV(B) | 220.65º | 0.22% | 0.55% | - |
| XYZ | 17.32 | 18.01 | 26.99 | - |
| YUV | 117.4 | 140.19 | 121.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 118 | 139 | 0.22 | 0.15 | 0 | 0.45 | 220.65 | 0.13 | 0.48 |
| Hex | 6C | 76 | 8B | 16 | F | 0 | 2D | DD | D | 30 |
| Octal | 154 | 166 | 213 | 26 | 17 | 0 | 55 | 335 | 15 | 60 |
| Binary | 1101100 | 1110110 | 10001011 | 10110 | 1111 | 0 | 101101 | 11011101 | 1101 | 110000 |
Color Harmonies of #6C768B
Complementary color
Monochromatic Colors of #6C768B
Black with #6C768B
Text Example
Text Example
White with #6C768B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C768B; }
p { color: rgb(108,118,139); }
H1.HeaderClassName
{
color: #6C768B;
}
.AnyTagClassName
{
color: #6C768B;
}
</style>
background-color css
<style>
a { background-color: #6C768B; }
a { background-color: rgb(108,118,139); }
div.DivClassName
{
background-color: #6C768B;
}
.BgClassName
{
background-color: #6C768B;
}
</style>
border-color css
<style>
span { border-color: #6C768B; }
span { border-color: rgb(108,118,139); }
td.TdClassName
{
border-color: #6C768B;
}
.TagClassName
{
border-color: #6C768B;
}
</style>