#684D99

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

Shades of Studio #684D99

Tints of Studio #684D99

Color information

#684D99 (or 0x684D99) is unknown color: approx Studio. HEX triplet: 68, 4D and 99. RGB value is (104,77,153). Sum of RGB (Red+Green+Blue) = 104+77+153=334 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.14% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 153 (60.16% from 255 or 45.81% from 334); Max value from RGB is 153 - color contains mainly: blue. Hex color #684D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #684D99 is #97B266. Grayscale: #5D5D5D. Windows color (decimal): -9941607 or 10046824. OLE color: 10046824.

HSL color Cylindrical-coordinate representation of color #684D99: hue angle of 261.32º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #684D99 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10477153-
CMYK0.320.5000.4
HSL261.32º33.04%45.1%-
HSV(B)261.32º49.67%60%-
XYZ14.1110.5531.43-
YUV93.74161.45135.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.14%
GREEN value IS 77 (30.47% from 255) = 23.05%
BLUE value IS 153 (60.16% from 255) = 45.81%
R=31.14%
G=23.05%
B=45.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal104771530.320.5000.4261.3233.0445.1
Hex684D992032028105212d
Octal15011523140620504054155
Binary11010001001101100110011000001100100101000100000101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,77,153); }

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

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

 a { background-color: rgb(104,77,153); }

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

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

 span { border-color: rgb(104,77,153); }

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