Html Css Color HEX #6D505F Cosmic

📋 copy color: '#6D505F'

red 109 ◦ green 80 ◦ blue 95

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

Shades of Cosmic #6D505F

Tints of Cosmic #6D505F

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.17%

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

R = 38.38%
G = 28.17%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D505F (or 0x6D505F) is known color: Cosmic. HEX triplet: 6D, 50 and 5F. RGB value is (109,80,95). Sum of RGB (Red+Green+Blue) = 109+80+95=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 80 (31.64% from 255 or 28.17% from 284); Blue value is 95 (37.5% from 255 or 33.45% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D505F is #92AFA0. Grayscale: #5A5A5A. Windows color (decimal): -9613217 or 6246509. OLE color: 6246509.

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

Color convert

RGB 109 80 95 -
CMYK 0 0.27 0.13 0.57
HSL 328.97º 0.15% 0.37% -
HSV(B) 328.97º 0.27% 0.43% -
XYZ 11.24 9.81 12.13 -
YUV 90.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 109 80 95 0 0.27 0.13 0.57 328.97 0.15 0.37
Hex 6D 50 5F 0 1B D 39 149 F 25
Octal 155 120 137 0 33 15 71 511 17 45
Binary 1101101 1010000 1011111 0 11011 1101 111001 101001001 1111 100101

Color Harmonies of #6D505F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D505F

Black with #6D505F

Text Example


Text Example

White with #6D505F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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