Html Css Color HEX #6D4C5D Cosmic

📋 copy color: '#6D4C5D'

red 109 ◦ green 76 ◦ blue 93

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

Shades of Cosmic #6D4C5D

Tints of Cosmic #6D4C5D

RGB

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

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

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

R = 39.21%
G = 27.34%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.15

 K value IS 0.57

RGB Variations

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

Color information

#6D4C5D (or 0x6D4C5D) is known color: Cosmic. HEX triplet: 6D, 4C and 5D. RGB value is (109,76,93). Sum of RGB (Red+Green+Blue) = 109+76+93=278 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.21% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C5D is #92B3A2. Grayscale: #575757. Windows color (decimal): -9614243 or 6114413. OLE color: 6114413.

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

Color convert

RGB 109 76 93 -
CMYK 0 0.30 0.15 0.57
HSL 329.09º 0.18% 0.36% -
HSV(B) 329.09º 0.3% 0.43% -
XYZ 10.87 9.21 11.56 -
YUV 87.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 109 76 93 0 0.30 0.15 0.57 329.09 0.18 0.36
Hex 6D 4C 5D 0 1E F 39 149 12 24
Octal 155 114 135 0 36 17 71 511 22 44
Binary 1101101 1001100 1011101 0 11110 1111 111001 101001001 10010 100100

Color Harmonies of #6D4C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4C5D

Black with #6D4C5D

Text Example


Text Example

White with #6D4C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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