Html Css Color HEX #6A5C71 Rum

📋 copy color: '#6A5C71'

red 106 ◦ green 92 ◦ blue 113

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

Shades of Rum #6A5C71

Tints of Rum #6A5C71

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.58%

 BLUE value IS 113 (44.53% from 255) = 36.33%

R = 34.08%
G = 29.58%
B = 36.33%

CMYK

 C value IS 0.06

 M value IS 0.19

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6A5C71 (or 0x6A5C71) is known color: Rum. HEX triplet: 6A, 5C and 71. RGB value is (106,92,113). Sum of RGB (Red+Green+Blue) = 106+92+113=311 (41% of max value = 765). Red value is 106 (41.80% from 255 or 34.08% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 113 - color contains mainly: blue. Hex color #6A5C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5C71 is #95A38E. Grayscale: #626262. Windows color (decimal): -9806735 or 7429226. OLE color: 7429226.

HSL color Cylindrical-coordinate representation of color #6A5C71: hue angle of 280º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A5C71 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 106 92 113 -
CMYK 0.06 0.19 0 0.56
HSL 280º 0.1% 0.4% -
HSV(B) 280º 0.19% 0.44% -
XYZ 12.75 11.91 17.25 -
YUV 98.58 136.14 133.29 -
System Red Green Blue C M Y K H S L
Decimal 106 92 113 0.06 0.19 0 0.56 280 0.1 0.4
Hex 6A 5C 71 6 13 0 38 118 A 28
Octal 152 134 161 6 23 0 70 430 12 50
Binary 1101010 1011100 1110001 110 10011 0 111000 100011000 1010 101000

Color Harmonies of #6A5C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5C71

Black with #6A5C71

Text Example


Text Example

White with #6A5C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,92,113); }

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

background-color css

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

 a { background-color: rgb(106,92,113); }

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

border-color css

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

 span { border-color: rgb(106,92,113); }

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