Html Css Color HEX #693F71 Eminence

📋 copy color: '#693F71'

red 105 ◦ green 63 ◦ blue 113

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

Shades of Eminence #693F71

Tints of Eminence #693F71

RGB

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

 GREEN value IS 63 (25% from 255) = 22.42%

 BLUE value IS 113 (44.53% from 255) = 40.21%

R = 37.37%
G = 22.42%
B = 40.21%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#693F71 (or 0x693F71) is known color: Eminence. HEX triplet: 69, 3F and 71. RGB value is (105,63,113). Sum of RGB (Red+Green+Blue) = 105+63+113=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 63 (25% from 255 or 22.42% from 281); Blue value is 113 (44.53% from 255 or 40.21% from 281); Max value from RGB is 113 - color contains mainly: blue. Hex color #693F71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F71 is #96C08E. Grayscale: #515151. Windows color (decimal): -9879695 or 7421801. OLE color: 7421801.

HSL color Cylindrical-coordinate representation of color #693F71: hue angle of 290.4º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #693F71 is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 63 113 -
CMYK 0.07 0.44 0 0.56
HSL 290.4º 0.28% 0.35% -
HSV(B) 290.4º 0.44% 0.44% -
XYZ 10.58 7.75 16.56 -
YUV 81.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 105 63 113 0.07 0.44 0 0.56 290.4 0.28 0.35
Hex 69 3F 71 7 2C 0 38 122 1C 23
Octal 151 77 161 7 54 0 70 442 34 43
Binary 1101001 111111 1110001 111 101100 0 111000 100100010 11100 100011

Color Harmonies of #693F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693F71

Black with #693F71

Text Example


Text Example

White with #693F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,63,113); }

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

background-color css

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

 a { background-color: rgb(105,63,113); }

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

border-color css

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

 span { border-color: rgb(105,63,113); }

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