Html Css Color HEX #6D4760 Cosmic

📋 copy color: '#6D4760'

red 109 ◦ green 71 ◦ blue 96

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

Shades of Cosmic #6D4760

Tints of Cosmic #6D4760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.72%

 BLUE value IS 96 (37.89% from 255) = 34.78%

R = 39.49%
G = 25.72%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.57

RGB Variations

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

Color information

#6D4760 (or 0x6D4760) is known color: Cosmic. HEX triplet: 6D, 47 and 60. RGB value is (109,71,96). Sum of RGB (Red+Green+Blue) = 109+71+96=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4760 is #92B89F. Grayscale: #555555. Windows color (decimal): -9615520 or 6309741. OLE color: 6309741.

HSL color Cylindrical-coordinate representation of color #6D4760: hue angle of 320.53º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6D4760 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 71 96 -
CMYK 0 0.35 0.12 0.57
HSL 320.53º 0.21% 0.35% -
HSV(B) 320.53º 0.35% 0.43% -
XYZ 10.67 8.6 12.16 -
YUV 85.21 134.09 144.97 -
System Red Green Blue C M Y K H S L
Decimal 109 71 96 0 0.35 0.12 0.57 320.53 0.21 0.35
Hex 6D 47 60 0 23 C 39 141 15 23
Octal 155 107 140 0 43 14 71 501 25 43
Binary 1101101 1000111 1100000 0 100011 1100 111001 101000001 10101 100011

Color Harmonies of #6D4760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4760

Black with #6D4760

Text Example


Text Example

White with #6D4760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,71,96); }

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

background-color css

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

 a { background-color: rgb(109,71,96); }

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

border-color css

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

 span { border-color: rgb(109,71,96); }

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