Html Css Color HEX #6C535B Cosmic

📋 copy color: '#6C535B'

red 108 ◦ green 83 ◦ blue 91

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

Shades of Cosmic #6C535B

Tints of Cosmic #6C535B

RGB

 RED value IS 108 (42.58% from 255) = 38.3%

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

 BLUE value IS 91 (35.94% from 255) = 32.27%

R = 38.3%
G = 29.43%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#6C535B (or 0x6C535B) is known color: Cosmic. HEX triplet: 6C, 53 and 5B. RGB value is (108,83,91). Sum of RGB (Red+Green+Blue) = 108+83+91=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 91 (35.94% from 255 or 32.27% from 282); Max value from RGB is 108 - color contains mainly: red. Hex color #6C535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C535B is #93ACA4. Grayscale: #5B5B5B. Windows color (decimal): -9677989 or 5985132. OLE color: 5985132.

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

Color convert

RGB 108 83 91 -
CMYK 0 0.23 0.16 0.58
HSL 340.8º 0.13% 0.37% -
HSV(B) 340.8º 0.23% 0.42% -
XYZ 11.17 10.13 11.26 -
YUV 91.39 127.78 139.85 -
System Red Green Blue C M Y K H S L
Decimal 108 83 91 0 0.23 0.16 0.58 340.8 0.13 0.37
Hex 6C 53 5B 0 17 10 3A 155 D 25
Octal 154 123 133 0 27 20 72 525 15 45
Binary 1101100 1010011 1011011 0 10111 10000 111010 101010101 1101 100101

Color Harmonies of #6C535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C535B

Black with #6C535B

Text Example


Text Example

White with #6C535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,83,91); }

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

background-color css

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

 a { background-color: rgb(108,83,91); }

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

border-color css

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

 span { border-color: rgb(108,83,91); }

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