Html Css Color HEX #6B4573 Eminence

📋 copy color: '#6B4573'

red 107 ◦ green 69 ◦ blue 115

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

Shades of Eminence #6B4573

Tints of Eminence #6B4573

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.71%

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

R = 36.77%
G = 23.71%
B = 39.52%

CMYK

 C value IS 0.07

 M value IS 0.4

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B4573 (or 0x6B4573) is known color: Eminence. HEX triplet: 6B, 45 and 73. RGB value is (107,69,115). Sum of RGB (Red+Green+Blue) = 107+69+115=291 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.77% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 115 (45.31% from 255 or 39.52% from 291); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B4573 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4573 is #94BA8C. Grayscale: #555555. Windows color (decimal): -9747085 or 7554411. OLE color: 7554411.

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

Color convert

RGB 107 69 115 -
CMYK 0.07 0.4 0 0.55
HSL 289.57º 0.25% 0.36% -
HSV(B) 289.57º 0.4% 0.45% -
XYZ 11.29 8.62 17.29 -
YUV 85.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 107 69 115 0.07 0.4 0 0.55 289.57 0.25 0.36
Hex 6B 45 73 7 28 0 37 122 19 24
Octal 153 105 163 7 50 0 67 442 31 44
Binary 1101011 1000101 1110011 111 101000 0 110111 100100010 11001 100100

Color Harmonies of #6B4573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4573

Black with #6B4573

Text Example


Text Example

White with #6B4573

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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