#6A535D

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

Shades of Cosmic #6A535D

Tints of Cosmic #6A535D

Color information

#6A535D (or 0x6A535D) is unknown color: approx Cosmic. HEX triplet: 6A, 53 and 5D. RGB value is (106,83,93). Sum of RGB (Red+Green+Blue) = 106+83+93=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A535D is #95ACA2. Grayscale: #5B5B5B. Windows color (decimal): -9809059 or 6116202. OLE color: 6116202.

HSL color Cylindrical-coordinate representation of color #6A535D: hue angle of 333.91º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A535D is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB1068393-
CMYK00.220.120.58
HSL333.91º12.17%37.06%-
HSV(B)333.91º21.7%41.57%-
XYZ11.0110.0411.71-
YUV91.02129.12138.69-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.59%
GREEN value IS 83 (32.81% from 255) = 29.43%
BLUE value IS 93 (36.72% from 255) = 32.98%
R=37.59%
G=29.43%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106839300.220.120.58333.9112.1737.06
Hex6A535D016C3A14ec25
Octal15212313502614725161445
Binary11010101010011101110101011011001110101010011101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,83,93); }

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

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

 a { background-color: rgb(106,83,93); }

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

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

 span { border-color: rgb(106,83,93); }

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