Shades of Cosmic #6B505D
Tints of Cosmic #6B505D
RGB
CMYK
RGB Variations
Color information
#6B505D (or 0x6B505D) is known color: Cosmic. HEX triplet: 6B, 50 and 5D. RGB value is (107,80,93). Sum of RGB (Red+Green+Blue) = 107+80+93=280 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.21% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 107 - color contains mainly: red. Hex color #6B505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B505D is #94AFA2. Grayscale: #595959. Windows color (decimal): -9744291 or 6115435. OLE color: 6115435.
HSL color Cylindrical-coordinate representation of color #6B505D: hue angle of 331.11º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B505D is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 80 | 93 | - |
| CMYK | 0 | 0.25 | 0.13 | 0.58 |
| HSL | 331.11º | 0.14% | 0.37% | - |
| HSV(B) | 331.11º | 0.25% | 0.42% | - |
| XYZ | 10.91 | 9.65 | 11.64 | - |
| YUV | 89.56 | 129.95 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 80 | 93 | 0 | 0.25 | 0.13 | 0.58 | 331.11 | 0.14 | 0.37 |
| Hex | 6B | 50 | 5D | 0 | 19 | D | 3A | 14B | E | 25 |
| Octal | 153 | 120 | 135 | 0 | 31 | 15 | 72 | 513 | 16 | 45 |
| Binary | 1101011 | 1010000 | 1011101 | 0 | 11001 | 1101 | 111010 | 101001011 | 1110 | 100101 |
Color Harmonies of #6B505D
Complementary color
Monochromatic Colors of #6B505D
Black with #6B505D
Text Example
Text Example
White with #6B505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B505D; }
p { color: rgb(107,80,93); }
H1.HeaderClassName
{
color: #6B505D;
}
.AnyTagClassName
{
color: #6B505D;
}
</style>
background-color css
<style>
a { background-color: #6B505D; }
a { background-color: rgb(107,80,93); }
div.DivClassName
{
background-color: #6B505D;
}
.BgClassName
{
background-color: #6B505D;
}
</style>
border-color css
<style>
span { border-color: #6B505D; }
span { border-color: rgb(107,80,93); }
td.TdClassName
{
border-color: #6B505D;
}
.TagClassName
{
border-color: #6B505D;
}
</style>