#6F505C

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

Shades of Cosmic #6F505C

Tints of Cosmic #6F505C

Color information

#6F505C (or 0x6F505C) is unknown color: approx Cosmic. HEX triplet: 6F, 50 and 5C. RGB value is (111,80,92). Sum of RGB (Red+Green+Blue) = 111+80+92=283 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.22% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 92 (36.33% from 255 or 32.51% from 283); Max value from RGB is 111 - color contains mainly: red. Hex color #6F505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F505C is #90AFA3. Grayscale: #5A5A5A. Windows color (decimal): -9482148 or 6049903. OLE color: 6049903.

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

Color convert

RGB1118092-
CMYK00.280.170.56
HSL336.77º16.23%37.45%-
HSV(B)336.77º27.93%43.53%-
XYZ11.369.8911.44-
YUV90.64128.77142.52-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.22%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 92 (36.33% from 255) = 32.51%
R=39.22%
G=28.27%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.17
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111809200.280.170.56336.7716.2337.45
Hex6F505C01C11381511025
Octal15712013403421705212045
Binary1101111101000010111000111001000111100010101000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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