Html Css Color HEX #6B4473 Eminence

📋 copy color: '#6B4473'

red 107 ◦ green 68 ◦ blue 115

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

Shades of Eminence #6B4473

Tints of Eminence #6B4473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.45%

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

R = 36.9%
G = 23.45%
B = 39.66%

CMYK

 C value IS 0.07

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6B4473 (or 0x6B4473) is known color: Eminence. HEX triplet: 6B, 44 and 73. RGB value is (107,68,115). Sum of RGB (Red+Green+Blue) = 107+68+115=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 115 (45.31% from 255 or 39.66% from 290); Max value from RGB is 115 - color contains mainly: blue. Hex color #6B4473 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4473 is #94BB8C. Grayscale: #545454. Windows color (decimal): -9747341 or 7554155. OLE color: 7554155.

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

Color convert

RGB 107 68 115 -
CMYK 0.07 0.41 0 0.55
HSL 289.79º 0.26% 0.36% -
HSV(B) 289.79º 0.41% 0.45% -
XYZ 11.23 8.5 17.27 -
YUV 85.02 144.92 143.68 -
System Red Green Blue C M Y K H S L
Decimal 107 68 115 0.07 0.41 0 0.55 289.79 0.26 0.36
Hex 6B 44 73 7 29 0 37 122 1A 24
Octal 153 104 163 7 51 0 67 442 32 44
Binary 1101011 1000100 1110011 111 101001 0 110111 100100010 11010 100100

Color Harmonies of #6B4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4473

Black with #6B4473

Text Example


Text Example

White with #6B4473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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