Html Css Color HEX #693B73 Eminence

📋 copy color: '#693B73'

red 105 ◦ green 59 ◦ blue 115

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

Shades of Eminence #693B73

Tints of Eminence #693B73

RGB

 RED value IS 105 (41.41% from 255) = 37.63%

 GREEN value IS 59 (23.44% from 255) = 21.15%

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

R = 37.63%
G = 21.15%
B = 41.22%

CMYK

 C value IS 0.09

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#693B73 (or 0x693B73) is known color: Eminence. HEX triplet: 69, 3B and 73. RGB value is (105,59,115). Sum of RGB (Red+Green+Blue) = 105+59+115=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 59 (23.44% from 255 or 21.15% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 115 - color contains mainly: blue. Hex color #693B73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B73 is #96C48C. Grayscale: #4E4E4E. Windows color (decimal): -9880717 or 7551849. OLE color: 7551849.

HSL color Cylindrical-coordinate representation of color #693B73: hue angle of 289.29º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #693B73 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 59 115 -
CMYK 0.09 0.49 0 0.55
HSL 289.29º 0.32% 0.34% -
HSV(B) 289.29º 0.49% 0.45% -
XYZ 10.48 7.37 17.09 -
YUV 79.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 105 59 115 0.09 0.49 0 0.55 289.29 0.32 0.34
Hex 69 3B 73 9 31 0 37 121 20 22
Octal 151 73 163 11 61 0 67 441 40 42
Binary 1101001 111011 1110011 1001 110001 0 110111 100100001 100000 100010

Color Harmonies of #693B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693B73

Black with #693B73

Text Example


Text Example

White with #693B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693B73; }

 p { color: rgb(105,59,115); }

 H1.HeaderClassName
 {
   color: #693B73;
 }
 .AnyTagClassName
 {
   color: #693B73;
 }
</style>

background-color css

<style>
 a { background-color: #693B73; }

 a { background-color: rgb(105,59,115); }

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

border-color css

<style>
 span { border-color: #693B73; }

 span { border-color: rgb(105,59,115); }

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