#6F505A

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

Shades of Cosmic #6F505A

Tints of Cosmic #6F505A

Color information

#6F505A (or 0x6F505A) is unknown color: approx Cosmic. HEX triplet: 6F, 50 and 5A. RGB value is (111,80,90). Sum of RGB (Red+Green+Blue) = 111+80+90=281 (37% of max value = 765). Red value is 111 (43.75% from 255 or 39.50% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 111 - color contains mainly: red. Hex color #6F505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F505A is #90AFA5. Grayscale: #5A5A5A. Windows color (decimal): -9482150 or 5918831. OLE color: 5918831.

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

Color convert

RGB1118090-
CMYK00.280.190.56
HSL340.65º16.23%37.45%-
HSV(B)340.65º27.93%43.53%-
XYZ11.279.8610.98-
YUV90.41127.77142.69-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 39.50%
GREEN value IS 80 (31.64% from 255) = 28.47%
BLUE value IS 90 (35.55% from 255) = 32.03%
R=39.50%
G=28.47%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal111809000.280.190.56340.6516.2337.45
Hex6F505A01C13381551025
Octal15712013203423705252045
Binary1101111101000010110100111001001111100010101010110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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