#6F4F5F

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

Shades of Cosmic #6F4F5F

Tints of Cosmic #6F4F5F

Color information

#6F4F5F (or 0x6F4F5F) is unknown color: approx Cosmic. HEX triplet: 6F, 4F and 5F. RGB value is (111,79,95). Sum of RGB (Red+Green+Blue) = 111+79+95=285 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.95% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4F5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F4F5F is #90B0A0. Grayscale: #5A5A5A. Windows color (decimal): -9482401 or 6246255. OLE color: 6246255.

HSL color Cylindrical-coordinate representation of color #6F4F5F: hue angle of 330º 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 #6F4F5F is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB1117995-
CMYK00.290.140.56
HSL330º16.84%37.25%-
HSV(B)330º28.83%43.53%-
XYZ11.429.812.12-
YUV90.39130.6142.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.95%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 95 (37.5% from 255) = 33.33%
R=38.95%
G=27.72%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111799500.290.140.5633016.8437.25
Hex6F4F5F01DE3814a1125
Octal15711713703516705122145
Binary110111110011111011111011101111011100010100101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F4F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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