Html Css Color HEX #6A5B73 Rum

📋 copy color: '#6A5B73'

red 106 ◦ green 91 ◦ blue 115

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

Shades of Rum #6A5B73

Tints of Rum #6A5B73

RGB

 RED value IS 106 (41.8% from 255) = 33.97%

 GREEN value IS 91 (35.94% from 255) = 29.17%

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 33.97%
G = 29.17%
B = 36.86%

CMYK

 C value IS 0.08

 M value IS 0.21

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A5B73 (or 0x6A5B73) is known color: Rum. HEX triplet: 6A, 5B and 73. RGB value is (106,91,115). Sum of RGB (Red+Green+Blue) = 106+91+115=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A5B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5B73 is #95A48C. Grayscale: #626262. Windows color (decimal): -9806989 or 7560042. OLE color: 7560042.

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

Color convert

RGB 106 91 115 -
CMYK 0.08 0.21 0 0.55
HSL 277.5º 0.12% 0.4% -
HSV(B) 277.5º 0.21% 0.45% -
XYZ 12.78 11.78 17.82 -
YUV 98.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 106 91 115 0.08 0.21 0 0.55 277.5 0.12 0.4
Hex 6A 5B 73 8 15 0 37 116 C 28
Octal 152 133 163 10 25 0 67 426 14 50
Binary 1101010 1011011 1110011 1000 10101 0 110111 100010110 1100 101000

Color Harmonies of #6A5B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5B73

Black with #6A5B73

Text Example


Text Example

White with #6A5B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,91,115); }

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

background-color css

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

 a { background-color: rgb(106,91,115); }

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

border-color css

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

 span { border-color: rgb(106,91,115); }

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