Html Css Color HEX #6B5C73 Rum

📋 copy color: '#6B5C73'

red 107 ◦ green 92 ◦ blue 115

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

Shades of Rum #6B5C73

Tints of Rum #6B5C73

RGB

 RED value IS 107 (42.19% from 255) = 34.08%

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

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

R = 34.08%
G = 29.3%
B = 36.62%

CMYK

 C value IS 0.07

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B5C73 (or 0x6B5C73) is known color: Rum. HEX triplet: 6B, 5C and 73. RGB value is (107,92,115). Sum of RGB (Red+Green+Blue) = 107+92+115=314 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.08% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 115 (45.31% from 255 or 36.62% from 314); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B5C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5C73 is #94A38C. Grayscale: #636363. Windows color (decimal): -9741197 or 7560299. OLE color: 7560299.

HSL color Cylindrical-coordinate representation of color #6B5C73: hue angle of 279.13º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6B5C73 is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 107 92 115 -
CMYK 0.07 0.20 0 0.55
HSL 279.13º 0.11% 0.41% -
HSV(B) 279.13º 0.2% 0.45% -
XYZ 12.99 12.02 17.85 -
YUV 99.11 136.97 133.63 -
System Red Green Blue C M Y K H S L
Decimal 107 92 115 0.07 0.20 0 0.55 279.13 0.11 0.41
Hex 6B 5C 73 7 14 0 37 117 B 29
Octal 153 134 163 7 24 0 67 427 13 51
Binary 1101011 1011100 1110011 111 10100 0 110111 100010111 1011 101001

Color Harmonies of #6B5C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5C73

Black with #6B5C73

Text Example


Text Example

White with #6B5C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,92,115); }

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

background-color css

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

 a { background-color: rgb(107,92,115); }

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

border-color css

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

 span { border-color: rgb(107,92,115); }

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