Html Css Color HEX #6D6074 Rum

📋 copy color: '#6D6074'

red 109 ◦ green 96 ◦ blue 116

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

Shades of Rum #6D6074

Tints of Rum #6D6074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.14%

R = 33.96%
G = 29.91%
B = 36.14%

CMYK

 C value IS 0.06

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6D6074 (or 0x6D6074) is known color: Rum. HEX triplet: 6D, 60 and 74. RGB value is (109,96,116). Sum of RGB (Red+Green+Blue) = 109+96+116=321 (42% of max value = 765). Red value is 109 (42.97% from 255 or 33.96% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 116 (45.70% from 255 or 36.14% from 321); Max value from RGB is 116 - color contains mainly: blue. Hex color #6D6074 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6074 is #929F8B. Grayscale: #666666. Windows color (decimal): -9609100 or 7626861. OLE color: 7626861.

HSL color Cylindrical-coordinate representation of color #6D6074: hue angle of 279º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D6074 is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 96 116 -
CMYK 0.06 0.17 0 0.55
HSL 279º 0.09% 0.42% -
HSV(B) 279º 0.17% 0.45% -
XYZ 13.64 12.88 18.29 -
YUV 102.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 109 96 116 0.06 0.17 0 0.55 279 0.09 0.42
Hex 6D 60 74 6 11 0 37 117 9 2A
Octal 155 140 164 6 21 0 67 427 11 52
Binary 1101101 1100000 1110100 110 10001 0 110111 100010111 1001 101010

Color Harmonies of #6D6074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6074

Black with #6D6074

Text Example


Text Example

White with #6D6074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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