Html Css Color HEX #693B74 Eminence

📋 copy color: '#693B74'

red 105 ◦ green 59 ◦ blue 116

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

Shades of Eminence #693B74

Tints of Eminence #693B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.43%

R = 37.5%
G = 21.07%
B = 41.43%

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

#693B74 (or 0x693B74) is known color: Eminence. HEX triplet: 69, 3B and 74. RGB value is (105,59,116). Sum of RGB (Red+Green+Blue) = 105+59+116=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 59 (23.44% from 255 or 21.07% from 280); Blue value is 116 (45.70% from 255 or 41.43% from 280); Max value from RGB is 116 - color contains mainly: blue. Hex color #693B74 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B74 is #96C48B. Grayscale: #4F4F4F. Windows color (decimal): -9880716 or 7617385. OLE color: 7617385.

HSL color Cylindrical-coordinate representation of color #693B74: hue angle of 288.42º degrees, saturation: 0.33, 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 #693B74 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 105 59 116 -
CMYK 0.09 0.49 0 0.55
HSL 288.42º 0.33% 0.34% -
HSV(B) 288.42º 0.49% 0.45% -
XYZ 10.54 7.39 17.39 -
YUV 79.25 148.74 146.37 -
System Red Green Blue C M Y K H S L
Decimal 105 59 116 0.09 0.49 0 0.55 288.42 0.33 0.34
Hex 69 3B 74 9 31 0 37 120 21 22
Octal 151 73 164 11 61 0 67 440 41 42
Binary 1101001 111011 1110100 1001 110001 0 110111 100100000 100001 100010

Color Harmonies of #693B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693B74

Black with #693B74

Text Example


Text Example

White with #693B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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