#6D4D5F

Color #6D4D5F Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #6D4D5F

Tints of Cosmic #6D4D5F

Color information

#6D4D5F (or 0x6D4D5F) is unknown color: approx Cosmic. HEX triplet: 6D, 4D and 5F. RGB value is (109,77,95). Sum of RGB (Red+Green+Blue) = 109+77+95=281 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.79% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4D5F is #92B2A0. Grayscale: #585858. Windows color (decimal): -9613985 or 6245741. OLE color: 6245741.

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

Color convert

RGB1097795-
CMYK00.290.130.57
HSL326.25º17.2%36.47%-
HSV(B)326.25º29.36%42.75%-
XYZ11.039.3912.06-
YUV88.62131.6142.54-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.79%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=38.79%
G=27.40%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109779500.290.130.57326.2517.236.47
Hex6D4D5F01DD391461124
Octal15511513703515715062144
Binary110110110011011011111011101110111100110100011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D4D5F;
 }
 .AnyTagClassName
 {
   color: #6D4D5F;
 }
</style>
background-color css

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

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

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

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

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

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