#6F535C

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

Shades of Cosmic #6F535C

Tints of Cosmic #6F535C

Color information

#6F535C (or 0x6F535C) is unknown color: approx Cosmic. HEX triplet: 6F, 53 and 5C. RGB value is (111,83,92). Sum of RGB (Red+Green+Blue) = 111+83+92=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 92 (36.33% from 255 or 32.17% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F535C is #90ACA3. Grayscale: #5C5C5C. Windows color (decimal): -9481380 or 6050671. OLE color: 6050671.

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

Color convert

RGB1118392-
CMYK00.250.170.56
HSL340.71º14.43%38.04%-
HSV(B)340.71º25.23%43.53%-
XYZ11.5810.3411.51-
YUV92.4127.78141.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 83 (32.81% from 255) = 29.02%
BLUE value IS 92 (36.33% from 255) = 32.17%
R=38.81%
G=29.02%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111839200.250.170.56340.7114.4338.04
Hex6F535C0191138155e26
Octal15712313403121705251646
Binary110111110100111011100011001100011110001010101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,83,92); }

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

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

 a { background-color: rgb(111,83,92); }

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

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

 span { border-color: rgb(111,83,92); }

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