Html Css Color HEX #6A535D Cosmic

📋 copy color: '#6A535D'

red 106 ◦ green 83 ◦ blue 93

#6A535D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #6A535D

Tints of Cosmic #6A535D

RGB

 RED value IS 106 (41.8% 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 value IS 0

 M value IS 0.22

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#6A535D (or 0x6A535D) is known color: 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

RGB 106 83 93 -
CMYK 0 0.22 0.12 0.58
HSL 333.91º 0.12% 0.37% -
HSV(B) 333.91º 0.22% 0.42% -
XYZ 11.01 10.04 11.71 -
YUV 91.02 129.12 138.69 -
System Red Green Blue C M Y K H S L
Decimal 106 83 93 0 0.22 0.12 0.58 333.91 0.12 0.37
Hex 6A 53 5D 0 16 C 3A 14E C 25
Octal 152 123 135 0 26 14 72 516 14 45
Binary 1101010 1010011 1011101 0 10110 1100 111010 101001110 1100 100101

Color Harmonies of #6A535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A535D

Black with #6A535D

Text Example


Text Example

White with #6A535D

Text Example


Text Example

HTML Codes & Css Web 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>