#693F75

Color #693F75 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #693F75

Tints of Eminence #693F75

Color information

#693F75 (or 0x693F75) is unknown color: approx Eminence. HEX triplet: 69, 3F and 75. RGB value is (105,63,117). Sum of RGB (Red+Green+Blue) = 105+63+117=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 63 (25% from 255 or 22.11% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: blue. Hex color #693F75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F75 is #96C08A. Grayscale: #515151. Windows color (decimal): -9879691 or 7683945. OLE color: 7683945.

HSL color Cylindrical-coordinate representation of color #693F75: hue angle of 286.67º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #693F75 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10563117-
CMYK0.100.4600.54
HSL286.67º30%35.29%-
HSV(B)286.67º46.15%45.88%-
XYZ10.817.8417.77-
YUV81.71147.91144.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.84%
GREEN value IS 63 (25% from 255) = 22.11%
BLUE value IS 117 (46.09% from 255) = 41.05%
R=36.84%
G=22.11%
B=41.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal105631170.100.4600.54286.673035.29
Hex693F75A2E03611f1e23
Octal1517716512560664373643
Binary110100111111111101011010101110011011010001111111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #693F75;
 }
 .AnyTagClassName
 {
   color: #693F75;
 }
</style>
background-color css

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

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

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

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

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

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