Html Css Color HEX #6D6075 Rum

📋 copy color: '#6D6075'

red 109 ◦ green 96 ◦ blue 117

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

Shades of Rum #6D6075

Tints of Rum #6D6075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.81%

 BLUE value IS 117 (46.09% from 255) = 36.34%

R = 33.85%
G = 29.81%
B = 36.34%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#6D6075 (or 0x6D6075) is known color: Rum. HEX triplet: 6D, 60 and 75. RGB value is (109,96,117). Sum of RGB (Red+Green+Blue) = 109+96+117=322 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.85% from 322); Green value is 96 (37.89% from 255 or 29.81% from 322); Blue value is 117 (46.09% from 255 or 36.34% from 322); Max value from RGB is 117 - color contains mainly: blue. Hex color #6D6075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6075 is #929F8A. Grayscale: #666666. Windows color (decimal): -9609099 or 7692397. OLE color: 7692397.

HSL color Cylindrical-coordinate representation of color #6D6075: hue angle of 277.14º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D6075 is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 109 96 117 -
CMYK 0.07 0.18 0 0.54
HSL 277.14º 0.1% 0.42% -
HSV(B) 277.14º 0.18% 0.46% -
XYZ 13.7 12.9 18.6 -
YUV 102.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 109 96 117 0.07 0.18 0 0.54 277.14 0.1 0.42
Hex 6D 60 75 7 12 0 36 115 A 2A
Octal 155 140 165 7 22 0 66 425 12 52
Binary 1101101 1100000 1110101 111 10010 0 110110 100010101 1010 101010

Color Harmonies of #6D6075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6075

Black with #6D6075

Text Example


Text Example

White with #6D6075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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