Html Css Color HEX #6D515E Cosmic

📋 copy color: '#6D515E'

red 109 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #6D515E

Tints of Cosmic #6D515E

RGB

 RED value IS 109 (42.97% from 255) = 38.38%

 GREEN value IS 81 (32.03% from 255) = 28.52%

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 38.38%
G = 28.52%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D515E (or 0x6D515E) is known color: Cosmic. HEX triplet: 6D, 51 and 5E. RGB value is (109,81,94). Sum of RGB (Red+Green+Blue) = 109+81+94=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D515E is #92AEA1. Grayscale: #5A5A5A. Windows color (decimal): -9612962 or 6181229. OLE color: 6181229.

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

Color convert

RGB 109 81 94 -
CMYK 0 0.26 0.14 0.57
HSL 332.14º 0.15% 0.37% -
HSV(B) 332.14º 0.26% 0.43% -
XYZ 11.27 9.94 11.92 -
YUV 90.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 109 81 94 0 0.26 0.14 0.57 332.14 0.15 0.37
Hex 6D 51 5E 0 1A E 39 14C F 25
Octal 155 121 136 0 32 16 71 514 17 45
Binary 1101101 1010001 1011110 0 11010 1110 111001 101001100 1111 100101

Color Harmonies of #6D515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D515E

Black with #6D515E

Text Example


Text Example

White with #6D515E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,81,94); }

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

background-color css

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

 a { background-color: rgb(109,81,94); }

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

border-color css

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

 span { border-color: rgb(109,81,94); }

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