#6F505F

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

Shades of Cosmic #6F505F

Tints of Cosmic #6F505F

Color information

#6F505F (or 0x6F505F) is unknown color: approx Cosmic. HEX triplet: 6F, 50 and 5F. RGB value is (111,80,95). Sum of RGB (Red+Green+Blue) = 111+80+95=286 (37% of max value = 765). Red value is 111 (43.75% from 255 or 38.81% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 111 - color contains mainly: red. Hex color #6F505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F505F is #90AFA0. Grayscale: #5A5A5A. Windows color (decimal): -9482145 or 6246511. OLE color: 6246511.

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

Color convert

RGB1118095-
CMYK00.280.140.56
HSL330.97º16.23%37.45%-
HSV(B)330.97º27.93%43.53%-
XYZ11.499.9412.14-
YUV90.98130.27142.28-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 38.81%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 95 (37.5% from 255) = 33.22%
R=38.81%
G=27.97%
B=33.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111809500.280.140.56330.9716.2337.45
Hex6F505F01CE3814b1025
Octal15712013703416705132045
Binary110111110100001011111011100111011100010100101110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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