Html Css Color HEX #6D4C5E Cosmic

📋 copy color: '#6D4C5E'

red 109 ◦ green 76 ◦ blue 94

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

Shades of Cosmic #6D4C5E

Tints of Cosmic #6D4C5E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.24%

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

R = 39.07%
G = 27.24%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.14

 K value IS 0.57

RGB Variations

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

Color information

#6D4C5E (or 0x6D4C5E) is known color: Cosmic. HEX triplet: 6D, 4C and 5E. RGB value is (109,76,94). Sum of RGB (Red+Green+Blue) = 109+76+94=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C5E is #92B3A1. Grayscale: #575757. Windows color (decimal): -9614242 or 6179949. OLE color: 6179949.

HSL color Cylindrical-coordinate representation of color #6D4C5E: hue angle of 327.27º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4C5E is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 76 94 -
CMYK 0 0.30 0.14 0.57
HSL 327.27º 0.18% 0.36% -
HSV(B) 327.27º 0.3% 0.43% -
XYZ 10.91 9.23 11.8 -
YUV 87.92 131.43 143.04 -
System Red Green Blue C M Y K H S L
Decimal 109 76 94 0 0.30 0.14 0.57 327.27 0.18 0.36
Hex 6D 4C 5E 0 1E E 39 147 12 24
Octal 155 114 136 0 36 16 71 507 22 44
Binary 1101101 1001100 1011110 0 11110 1110 111001 101000111 10010 100100

Color Harmonies of #6D4C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4C5E

Black with #6D4C5E

Text Example


Text Example

White with #6D4C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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