Html Css Color HEX #6B5A77 Rum

📋 copy color: '#6B5A77'

red 107 ◦ green 90 ◦ blue 119

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

Shades of Rum #6B5A77

Tints of Rum #6B5A77

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.48%

 BLUE value IS 119 (46.88% from 255) = 37.66%

R = 33.86%
G = 28.48%
B = 37.66%

CMYK

 C value IS 0.10

 M value IS 0.24

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B5A77 (or 0x6B5A77) is known color: Rum. HEX triplet: 6B, 5A and 77. RGB value is (107,90,119). Sum of RGB (Red+Green+Blue) = 107+90+119=316 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.86% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 119 - color contains mainly: blue. Hex color #6B5A77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5A77 is #94A588. Grayscale: #626262. Windows color (decimal): -9741705 or 7821931. OLE color: 7821931.

HSL color Cylindrical-coordinate representation of color #6B5A77: hue angle of 275.17º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B5A77 is Cyan = 0.10, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 90 119 -
CMYK 0.10 0.24 0 0.53
HSL 275.17º 0.14% 0.41% -
HSV(B) 275.17º 0.24% 0.47% -
XYZ 13.05 11.77 19.04 -
YUV 98.39 139.63 134.14 -
System Red Green Blue C M Y K H S L
Decimal 107 90 119 0.10 0.24 0 0.53 275.17 0.14 0.41
Hex 6B 5A 77 A 18 0 35 113 E 29
Octal 153 132 167 12 30 0 65 423 16 51
Binary 1101011 1011010 1110111 1010 11000 0 110101 100010011 1110 101001

Color Harmonies of #6B5A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5A77

Black with #6B5A77

Text Example


Text Example

White with #6B5A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,90,119); }

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

background-color css

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

 a { background-color: rgb(107,90,119); }

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

border-color css

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

 span { border-color: rgb(107,90,119); }

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