#6F4F61

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

Shades of Cosmic #6F4F61

Tints of Cosmic #6F4F61

Color information

#6F4F61 (or 0x6F4F61) is unknown color: approx Cosmic. HEX triplet: 6F, 4F and 61. RGB value is (111,79,97). Sum of RGB (Red+Green+Blue) = 111+79+97=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 97 (38.28% from 255 or 33.80% from 287); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F61 is #90B09E. Grayscale: #5A5A5A. Windows color (decimal): -9482399 or 6377327. OLE color: 6377327.

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

Color convert

RGB1117997-
CMYK00.290.130.56
HSL326.25º16.84%37.25%-
HSV(B)326.25º28.83%43.53%-
XYZ11.519.8312.6-
YUV90.62131.6142.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.68%
GREEN value IS 79 (31.25% from 255) = 27.53%
BLUE value IS 97 (38.28% from 255) = 33.80%
R=38.68%
G=27.53%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111799700.290.130.56326.2516.8437.25
Hex6F4F6101DD381461125
Octal15711714103515705062145
Binary110111110011111100001011101110111100010100011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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