Shades of Cosmic #6F4562
Tints of Cosmic #6F4562
RGB
CMYK
RGB Variations
Color information
#6F4562 (or 0x6F4562) is known color: Cosmic. HEX triplet: 6F, 45 and 62. RGB value is (111,69,98). Sum of RGB (Red+Green+Blue) = 111+69+98=278 (36% of max value = 765). Red value is 111 (43.75% from 255 or 39.93% from 278); Green value is 69 (27.34% from 255 or 24.82% from 278); Blue value is 98 (38.67% from 255 or 35.25% from 278); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4562 is #90BA9D. Grayscale: #545454. Windows color (decimal): -9484958 or 6440303. OLE color: 6440303.
HSL color Cylindrical-coordinate representation of color #6F4562: hue angle of 318.57º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F4562 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 69 | 98 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.56 |
| HSL | 318.57º | 0.23% | 0.35% | - |
| HSV(B) | 318.57º | 0.38% | 0.44% | - |
| XYZ | 10.89 | 8.52 | 12.63 | - |
| YUV | 84.86 | 135.41 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 69 | 98 | 0 | 0.38 | 0.12 | 0.56 | 318.57 | 0.23 | 0.35 |
| Hex | 6F | 45 | 62 | 0 | 26 | C | 38 | 13F | 17 | 23 |
| Octal | 157 | 105 | 142 | 0 | 46 | 14 | 70 | 477 | 27 | 43 |
| Binary | 1101111 | 1000101 | 1100010 | 0 | 100110 | 1100 | 111000 | 100111111 | 10111 | 100011 |
Color Harmonies of #6F4562
Complementary color
Monochromatic Colors of #6F4562
Black with #6F4562
Text Example
Text Example
White with #6F4562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4562; }
p { color: rgb(111,69,98); }
H1.HeaderClassName
{
color: #6F4562;
}
.AnyTagClassName
{
color: #6F4562;
}
</style>
background-color css
<style>
a { background-color: #6F4562; }
a { background-color: rgb(111,69,98); }
div.DivClassName
{
background-color: #6F4562;
}
.BgClassName
{
background-color: #6F4562;
}
</style>
border-color css
<style>
span { border-color: #6F4562; }
span { border-color: rgb(111,69,98); }
td.TdClassName
{
border-color: #6F4562;
}
.TagClassName
{
border-color: #6F4562;
}
</style>