#6F4D62

Color #6F4D62 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #6F4D62

Tints of Cosmic #6F4D62

Color information

#6F4D62 (or 0x6F4D62) is unknown color: approx Cosmic. HEX triplet: 6F, 4D and 62. RGB value is (111,77,98). Sum of RGB (Red+Green+Blue) = 111+77+98=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4D62 is #90B29D. Grayscale: #595959. Windows color (decimal): -9482910 or 6442351. OLE color: 6442351.

HSL color Cylindrical-coordinate representation of color #6F4D62: hue angle of 322.94º degrees, saturation: 0.18, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6F4D62 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1117798-
CMYK00.310.120.56
HSL322.94º18.09%36.86%-
HSV(B)322.94º30.63%43.53%-
XYZ11.419.5712.8-
YUV89.56132.76143.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 77 (30.47% from 255) = 26.92%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=38.81%
G=26.92%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111779800.310.120.56322.9418.0936.86
Hex6F4D6201FC381431225
Octal15711514203714705032245
Binary110111110011011100010011111110011100010100001110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F4D62; }

 p { color: rgb(111,77,98); }

 H1.HeaderClassName
 {
   color: #6F4D62;
 }
 .AnyTagClassName
 {
   color: #6F4D62;
 }
</style>
background-color css

<style>
 a { background-color: #6F4D62; }

 a { background-color: rgb(111,77,98); }

 div.DivClassName
 {
   background-color: #6F4D62;
 }
 .BgClassName
 {
   background-color: #6F4D62;
 }
</style>
border-color css

<style>
 span { border-color: #6F4D62; }

 span { border-color: rgb(111,77,98); }

 td.TdClassName
 {
   border-color: #6F4D62;
 }
 .TagClassName
 {
   border-color: #6F4D62;
 }
</style>