Html Css Color HEX #6D515D Cosmic

📋 copy color: '#6D515D'

red 109 ◦ green 81 ◦ blue 93

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

Shades of Cosmic #6D515D

Tints of Cosmic #6D515D

RGB

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

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

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

R = 38.52%
G = 28.62%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D515D (or 0x6D515D) is known color: Cosmic. HEX triplet: 6D, 51 and 5D. RGB value is (109,81,93). Sum of RGB (Red+Green+Blue) = 109+81+93=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D515D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D515D is #92AEA2. Grayscale: #5A5A5A. Windows color (decimal): -9612963 or 6115693. OLE color: 6115693.

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

Color convert

RGB 109 81 93 -
CMYK 0 0.26 0.15 0.57
HSL 334.29º 0.15% 0.37% -
HSV(B) 334.29º 0.26% 0.43% -
XYZ 11.22 9.93 11.68 -
YUV 90.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 109 81 93 0 0.26 0.15 0.57 334.29 0.15 0.37
Hex 6D 51 5D 0 1A F 39 14E F 25
Octal 155 121 135 0 32 17 71 516 17 45
Binary 1101101 1010001 1011101 0 11010 1111 111001 101001110 1111 100101

Color Harmonies of #6D515D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D515D

Black with #6D515D

Text Example


Text Example

White with #6D515D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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