Html Css Color HEX #6A5673 Rum

📋 copy color: '#6A5673'

red 106 ◦ green 86 ◦ blue 115

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

Shades of Rum #6A5673

Tints of Rum #6A5673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

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

R = 34.53%
G = 28.01%
B = 37.46%

CMYK

 C value IS 0.08

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6A5673 (or 0x6A5673) is known color: Rum. HEX triplet: 6A, 56 and 73. RGB value is (106,86,115). Sum of RGB (Red+Green+Blue) = 106+86+115=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 115 (45.31% from 255 or 37.46% from 307); Max value from RGB is 115 - color contains mainly: blue. Hex color #6A5673 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5673 is #95A98C. Grayscale: #5F5F5F. Windows color (decimal): -9808269 or 7558762. OLE color: 7558762.

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

Color convert

RGB 106 86 115 -
CMYK 0.08 0.25 0 0.55
HSL 281.38º 0.14% 0.39% -
HSV(B) 281.38º 0.25% 0.45% -
XYZ 12.37 10.96 17.68 -
YUV 95.29 139.13 135.64 -
System Red Green Blue C M Y K H S L
Decimal 106 86 115 0.08 0.25 0 0.55 281.38 0.14 0.39
Hex 6A 56 73 8 19 0 37 119 E 27
Octal 152 126 163 10 31 0 67 431 16 47
Binary 1101010 1010110 1110011 1000 11001 0 110111 100011001 1110 100111

Color Harmonies of #6A5673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A5673

Black with #6A5673

Text Example


Text Example

White with #6A5673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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