Shades of Cosmic #6F4B5E
Tints of Cosmic #6F4B5E
RGB
CMYK
RGB Variations
Color information
#6F4B5E (or 0x6F4B5E) is known color: Cosmic. HEX triplet: 6F, 4B and 5E. RGB value is (111,75,94). Sum of RGB (Red+Green+Blue) = 111+75+94=280 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.64% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4B5E is #90B4A1. Grayscale: #575757. Windows color (decimal): -9483426 or 6179695. OLE color: 6179695.
HSL color Cylindrical-coordinate representation of color #6F4B5E: hue angle of 328.33º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F4B5E is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
RGB | 111 | 75 | 94 | - |
CMYK | 0 | 0.32 | 0.15 | 0.56 |
HSL | 328.33º | 0.19% | 0.36% | - |
HSV(B) | 328.33º | 0.32% | 0.44% | - |
XYZ | 11.09 | 9.22 | 11.78 | - |
YUV | 87.93 | 131.43 | 144.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 111 | 75 | 94 | 0 | 0.32 | 0.15 | 0.56 | 328.33 | 0.19 | 0.36 |
Hex | 6F | 4B | 5E | 0 | 20 | F | 38 | 148 | 13 | 24 |
Octal | 157 | 113 | 136 | 0 | 40 | 17 | 70 | 510 | 23 | 44 |
Binary | 1101111 | 1001011 | 1011110 | 0 | 100000 | 1111 | 111000 | 101001000 | 10011 | 100100 |
Color Harmonies of #6F4B5E
Complementary color
Monochromatic Colors of #6F4B5E
Black with #6F4B5E
Text Example
Text Example
White with #6F4B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4B5E; }
p { color: rgb(111,75,94); }
H1.HeaderClassName
{
color: #6F4B5E;
}
.AnyTagClassName
{
color: #6F4B5E;
}
</style>
background-color css
<style>
a { background-color: #6F4B5E; }
a { background-color: rgb(111,75,94); }
div.DivClassName
{
background-color: #6F4B5E;
}
.BgClassName
{
background-color: #6F4B5E;
}
</style>
border-color css
<style>
span { border-color: #6F4B5E; }
span { border-color: rgb(111,75,94); }
td.TdClassName
{
border-color: #6F4B5E;
}
.TagClassName
{
border-color: #6F4B5E;
}
</style>