Html Css Color HEX #6E6374 Rum

📋 copy color: '#6E6374'

red 110 ◦ green 99 ◦ blue 116

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

Shades of Rum #6E6374

Tints of Rum #6E6374

RGB

 RED value IS 110 (43.36% from 255) = 33.85%

 GREEN value IS 99 (39.06% from 255) = 30.46%

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

R = 33.85%
G = 30.46%
B = 35.69%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6E6374 (or 0x6E6374) is known color: Rum. HEX triplet: 6E, 63 and 74. RGB value is (110,99,116). Sum of RGB (Red+Green+Blue) = 110+99+116=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 99 (39.06% from 255 or 30.46% from 325); Blue value is 116 (45.70% from 255 or 35.69% from 325); Max value from RGB is 116 - color contains mainly: blue. Hex color #6E6374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6374 is #919C8B. Grayscale: #686868. Windows color (decimal): -9542796 or 7627630. OLE color: 7627630.

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

Color convert

RGB 110 99 116 -
CMYK 0.05 0.15 0 0.55
HSL 278.82º 0.08% 0.42% -
HSV(B) 278.82º 0.15% 0.45% -
XYZ 14.04 13.5 18.39 -
YUV 104.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 110 99 116 0.05 0.15 0 0.55 278.82 0.08 0.42
Hex 6E 63 74 5 F 0 37 117 8 2A
Octal 156 143 164 5 17 0 67 427 10 52
Binary 1101110 1100011 1110100 101 1111 0 110111 100010111 1000 101010

Color Harmonies of #6E6374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E6374

Black with #6E6374

Text Example


Text Example

White with #6E6374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,99,116); }

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

background-color css

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

 a { background-color: rgb(110,99,116); }

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

border-color css

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

 span { border-color: rgb(110,99,116); }

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