Html Css Color HEX #6E535D Cosmic

📋 copy color: '#6E535D'

red 110 ◦ green 83 ◦ blue 93

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

Shades of Cosmic #6E535D

Tints of Cosmic #6E535D

RGB

 RED value IS 110 (43.36% from 255) = 38.46%

 GREEN value IS 83 (32.81% from 255) = 29.02%

 BLUE value IS 93 (36.72% from 255) = 32.52%

R = 38.46%
G = 29.02%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6E535D (or 0x6E535D) is known color: Cosmic. HEX triplet: 6E, 53 and 5D. RGB value is (110,83,93). Sum of RGB (Red+Green+Blue) = 110+83+93=286 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.46% from 286); Green value is 83 (32.81% from 255 or 29.02% from 286); Blue value is 93 (36.72% from 255 or 32.52% from 286); Max value from RGB is 110 - color contains mainly: red. Hex color #6E535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E535D is #91ACA2. Grayscale: #5C5C5C. Windows color (decimal): -9546915 or 6116206. OLE color: 6116206.

HSL color Cylindrical-coordinate representation of color #6E535D: hue angle of 337.78º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E535D is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 83 93 -
CMYK 0 0.25 0.15 0.57
HSL 337.78º 0.14% 0.38% -
HSV(B) 337.78º 0.25% 0.43% -
XYZ 11.5 10.29 11.74 -
YUV 92.21 128.45 140.69 -
System Red Green Blue C M Y K H S L
Decimal 110 83 93 0 0.25 0.15 0.57 337.78 0.14 0.38
Hex 6E 53 5D 0 19 F 39 152 E 26
Octal 156 123 135 0 31 17 71 522 16 46
Binary 1101110 1010011 1011101 0 11001 1111 111001 101010010 1110 100110

Color Harmonies of #6E535D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E535D

Black with #6E535D

Text Example


Text Example

White with #6E535D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6E535D;
 }
 .AnyTagClassName
 {
   color: #6E535D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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