Html Css Color HEX #6C5773 Rum

📋 copy color: '#6C5773'

red 108 ◦ green 87 ◦ blue 115

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

Shades of Rum #6C5773

Tints of Rum #6C5773

RGB

 RED value IS 108 (42.58% from 255) = 34.84%

 GREEN value IS 87 (34.38% from 255) = 28.06%

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

R = 34.84%
G = 28.06%
B = 37.1%

CMYK

 C value IS 0.06

 M value IS 0.24

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C5773 (or 0x6C5773) is known color: Rum. HEX triplet: 6C, 57 and 73. RGB value is (108,87,115). Sum of RGB (Red+Green+Blue) = 108+87+115=310 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.84% from 310); Green value is 87 (34.38% from 255 or 28.06% from 310); Blue value is 115 (45.31% from 255 or 37.10% from 310); Max value from RGB is 115 - color contains mainly: blue. Hex color #6C5773 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C5773 is #93A88C. Grayscale: #606060. Windows color (decimal): -9676941 or 7559020. OLE color: 7559020.

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

Color convert

RGB 108 87 115 -
CMYK 0.06 0.24 0 0.55
HSL 285º 0.14% 0.4% -
HSV(B) 285º 0.24% 0.45% -
XYZ 12.69 11.24 17.72 -
YUV 96.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 108 87 115 0.06 0.24 0 0.55 285 0.14 0.4
Hex 6C 57 73 6 18 0 37 11D E 28
Octal 154 127 163 6 30 0 67 435 16 50
Binary 1101100 1010111 1110011 110 11000 0 110111 100011101 1110 101000

Color Harmonies of #6C5773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5773

Black with #6C5773

Text Example


Text Example

White with #6C5773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,87,115); }

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

background-color css

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

 a { background-color: rgb(108,87,115); }

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

border-color css

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

 span { border-color: rgb(108,87,115); }

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