#684E9F

Color #684E9F Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #684E9F

Tints of Studio #684E9F

Color information

#684E9F (or 0x684E9F) is unknown color: approx Studio. HEX triplet: 68, 4E and 9F. RGB value is (104,78,159). Sum of RGB (Red+Green+Blue) = 104+78+159=341 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.50% from 341); Green value is 78 (30.86% from 255 or 22.87% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #684E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684E9F is #97B160. Grayscale: #5E5E5E. Windows color (decimal): -9941345 or 10440296. OLE color: 10440296.

HSL color Cylindrical-coordinate representation of color #684E9F: hue angle of 259.26º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684E9F is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10478159-
CMYK0.350.5100.38
HSL259.26º34.18%46.47%-
HSV(B)259.26º50.94%62.35%-
XYZ14.6910.934.13-
YUV95.01164.11134.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.50%
GREEN value IS 78 (30.86% from 255) = 22.87%
BLUE value IS 159 (62.5% from 255) = 46.63%
R=30.50%
G=22.87%
B=46.63%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104781590.350.5100.38259.2634.1846.47
Hex684E9F2333026103222e
Octal15011623743630464034256
Binary11010001001110100111111000111100110100110100000011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684E9F; }

 p { color: rgb(104,78,159); }

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

<style>
 a { background-color: #684E9F; }

 a { background-color: rgb(104,78,159); }

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

<style>
 span { border-color: #684E9F; }

 span { border-color: rgb(104,78,159); }

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