#6F4961

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

Shades of Cosmic #6F4961

Tints of Cosmic #6F4961

Color information

#6F4961 (or 0x6F4961) is unknown color: approx Cosmic. HEX triplet: 6F, 49 and 61. RGB value is (111,73,97). Sum of RGB (Red+Green+Blue) = 111+73+97=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4961 is #90B69E. Grayscale: #575757. Windows color (decimal): -9483935 or 6375791. OLE color: 6375791.

HSL color Cylindrical-coordinate representation of color #6F4961: hue angle of 322.11º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F4961 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB1117397-
CMYK00.340.130.56
HSL322.11º20.65%36.08%-
HSV(B)322.11º34.23%43.53%-
XYZ11.19.0112.46-
YUV87.1133.59145.05-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 73 (28.91% from 255) = 25.98%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=39.50%
G=25.98%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111739700.340.130.56322.1120.6536.08
Hex6F4961022D381421524
Octal15711114104215705022544
Binary1101111100100111000010100010110111100010100001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,73,97); }

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

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

 a { background-color: rgb(111,73,97); }

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

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

 span { border-color: rgb(111,73,97); }

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