Html Css Color HEX #6E5B7B Rum

📋 copy color: '#6E5B7B'

red 110 ◦ green 91 ◦ blue 123

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

Shades of Rum #6E5B7B

Tints of Rum #6E5B7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.96%

R = 33.95%
G = 28.09%
B = 37.96%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#6E5B7B (or 0x6E5B7B) is known color: Rum. HEX triplet: 6E, 5B and 7B. RGB value is (110,91,123). Sum of RGB (Red+Green+Blue) = 110+91+123=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 123 (48.44% from 255 or 37.96% from 324); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E5B7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5B7B is #91A484. Grayscale: #646464. Windows color (decimal): -9544837 or 8084334. OLE color: 8084334.

HSL color Cylindrical-coordinate representation of color #6E5B7B: hue angle of 275.62º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E5B7B is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 110 91 123 -
CMYK 0.11 0.26 0 0.52
HSL 275.63º 0.15% 0.42% -
HSV(B) 275.63º 0.26% 0.48% -
XYZ 13.75 12.23 20.37 -
YUV 100.33 140.79 134.9 -
System Red Green Blue C M Y K H S L
Decimal 110 91 123 0.11 0.26 0 0.52 275.63 0.15 0.42
Hex 6E 5B 7B B 1A 0 34 114 F 2A
Octal 156 133 173 13 32 0 64 424 17 52
Binary 1101110 1011011 1111011 1011 11010 0 110100 100010100 1111 101010

Color Harmonies of #6E5B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E5B7B

Black with #6E5B7B

Text Example


Text Example

White with #6E5B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,91,123); }

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

background-color css

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

 a { background-color: rgb(110,91,123); }

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

border-color css

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

 span { border-color: rgb(110,91,123); }

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