Html Css Color HEX #6D4C5F Cosmic

📋 copy color: '#6D4C5F'

red 109 ◦ green 76 ◦ blue 95

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

Shades of Cosmic #6D4C5F

Tints of Cosmic #6D4C5F

RGB

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

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

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

R = 38.93%
G = 27.14%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#6D4C5F (or 0x6D4C5F) is known color: Cosmic. HEX triplet: 6D, 4C and 5F. RGB value is (109,76,95). Sum of RGB (Red+Green+Blue) = 109+76+95=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C5F is #92B3A0. Grayscale: #575757. Windows color (decimal): -9614241 or 6245485. OLE color: 6245485.

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

Color convert

RGB 109 76 95 -
CMYK 0 0.30 0.13 0.57
HSL 325.45º 0.18% 0.36% -
HSV(B) 325.45º 0.3% 0.43% -
XYZ 10.96 9.25 12.03 -
YUV 88.03 131.93 142.96 -
System Red Green Blue C M Y K H S L
Decimal 109 76 95 0 0.30 0.13 0.57 325.45 0.18 0.36
Hex 6D 4C 5F 0 1E D 39 145 12 24
Octal 155 114 137 0 36 15 71 505 22 44
Binary 1101101 1001100 1011111 0 11110 1101 111001 101000101 10010 100100

Color Harmonies of #6D4C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4C5F

Black with #6D4C5F

Text Example


Text Example

White with #6D4C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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