Html Css Color HEX #6E535C Cosmic

📋 copy color: '#6E535C'

red 110 ◦ green 83 ◦ blue 92

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

Shades of Cosmic #6E535C

Tints of Cosmic #6E535C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.28%

R = 38.6%
G = 29.12%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.57

RGB Variations

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

Color information

#6E535C (or 0x6E535C) is known color: Cosmic. HEX triplet: 6E, 53 and 5C. RGB value is (110,83,92). Sum of RGB (Red+Green+Blue) = 110+83+92=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 110 - color contains mainly: red. Hex color #6E535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E535C is #91ACA3. Grayscale: #5C5C5C. Windows color (decimal): -9546916 or 6050670. OLE color: 6050670.

HSL color Cylindrical-coordinate representation of color #6E535C: hue angle of 340º 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 #6E535C is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 83 92 -
CMYK 0 0.25 0.16 0.57
HSL 340º 0.14% 0.38% -
HSV(B) 340º 0.25% 0.43% -
XYZ 11.46 10.27 11.5 -
YUV 92.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 110 83 92 0 0.25 0.16 0.57 340 0.14 0.38
Hex 6E 53 5C 0 19 10 39 154 E 26
Octal 156 123 134 0 31 20 71 524 16 46
Binary 1101110 1010011 1011100 0 11001 10000 111001 101010100 1110 100110

Color Harmonies of #6E535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E535C

Black with #6E535C

Text Example


Text Example

White with #6E535C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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