Html Css Color HEX #6D515F Cosmic

📋 copy color: '#6D515F'

red 109 ◦ green 81 ◦ blue 95

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

Shades of Cosmic #6D515F

Tints of Cosmic #6D515F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 38.25%
G = 28.42%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D515F (or 0x6D515F) is known color: Cosmic. HEX triplet: 6D, 51 and 5F. RGB value is (109,81,95). Sum of RGB (Red+Green+Blue) = 109+81+95=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D515F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D515F is #92AEA0. Grayscale: #5A5A5A. Windows color (decimal): -9612961 or 6246765. OLE color: 6246765.

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

Color convert

RGB 109 81 95 -
CMYK 0 0.26 0.13 0.57
HSL 330º 0.15% 0.37% -
HSV(B) 330º 0.26% 0.43% -
XYZ 11.31 9.96 12.15 -
YUV 90.97 130.28 140.86 -
System Red Green Blue C M Y K H S L
Decimal 109 81 95 0 0.26 0.13 0.57 330 0.15 0.37
Hex 6D 51 5F 0 1A D 39 14A F 25
Octal 155 121 137 0 32 15 71 512 17 45
Binary 1101101 1010001 1011111 0 11010 1101 111001 101001010 1111 100101

Color Harmonies of #6D515F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D515F

Black with #6D515F

Text Example


Text Example

White with #6D515F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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