Shades of Cosmic #6B5461
Tints of Cosmic #6B5461
RGB
CMYK
RGB Variations
Color information
#6B5461 (or 0x6B5461) is known color: Cosmic. HEX triplet: 6B, 54 and 61. RGB value is (107,84,97). Sum of RGB (Red+Green+Blue) = 107+84+97=288 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.15% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5461 is #94AB9E. Grayscale: #5C5C5C. Windows color (decimal): -9743263 or 6378603. OLE color: 6378603.
HSL color Cylindrical-coordinate representation of color #6B5461: hue angle of 326.09º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6B5461 is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
RGB | 107 | 84 | 97 | - |
CMYK | 0 | 0.21 | 0.09 | 0.58 |
HSL | 326.09º | 0.12% | 0.37% | - |
HSV(B) | 326.09º | 0.21% | 0.42% | - |
XYZ | 11.39 | 10.33 | 12.7 | - |
YUV | 92.36 | 130.62 | 138.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 107 | 84 | 97 | 0 | 0.21 | 0.09 | 0.58 | 326.09 | 0.12 | 0.37 |
Hex | 6B | 54 | 61 | 0 | 15 | 9 | 3A | 146 | C | 25 |
Octal | 153 | 124 | 141 | 0 | 25 | 11 | 72 | 506 | 14 | 45 |
Binary | 1101011 | 1010100 | 1100001 | 0 | 10101 | 1001 | 111010 | 101000110 | 1100 | 100101 |
Color Harmonies of #6B5461
Complementary color
Monochromatic Colors of #6B5461
Black with #6B5461
Text Example
Text Example
White with #6B5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5461; }
p { color: rgb(107,84,97); }
H1.HeaderClassName
{
color: #6B5461;
}
.AnyTagClassName
{
color: #6B5461;
}
</style>
background-color css
<style>
a { background-color: #6B5461; }
a { background-color: rgb(107,84,97); }
div.DivClassName
{
background-color: #6B5461;
}
.BgClassName
{
background-color: #6B5461;
}
</style>
border-color css
<style>
span { border-color: #6B5461; }
span { border-color: rgb(107,84,97); }
td.TdClassName
{
border-color: #6B5461;
}
.TagClassName
{
border-color: #6B5461;
}
</style>