#684C99

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

Shades of Studio #684C99

Tints of Studio #684C99

Color information

#684C99 (or 0x684C99) is unknown color: approx Studio. HEX triplet: 68, 4C and 99. RGB value is (104,76,153). Sum of RGB (Red+Green+Blue) = 104+76+153=333 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.23% from 333); Green value is 76 (30.08% from 255 or 22.82% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: blue. Hex color #684C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684C99 is #97B366. Grayscale: #5C5C5C. Windows color (decimal): -9941863 or 10046568. OLE color: 10046568.

HSL color Cylindrical-coordinate representation of color #684C99: hue angle of 261.82º degrees, saturation: 0.34, 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 #684C99 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10476153-
CMYK0.320.5000.4
HSL261.82º33.62%44.9%-
HSV(B)261.82º50.33%60%-
XYZ14.0410.4131.41-
YUV93.15161.78135.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.23%
GREEN value IS 76 (30.08% from 255) = 22.82%
BLUE value IS 153 (60.16% from 255) = 45.95%
R=31.23%
G=22.82%
B=45.95%

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
Decimal104761530.320.5000.4261.8233.6244.9
Hex684C992032028106222d
Octal15011423140620504064255
Binary11010001001100100110011000001100100101000100000110100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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