#684C97

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

Shades of Studio #684C97

Tints of Studio #684C97

Color information

#684C97 (or 0x684C97) is unknown color: approx Studio. HEX triplet: 68, 4C and 97. RGB value is (104,76,151). Sum of RGB (Red+Green+Blue) = 104+76+151=331 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.42% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 151 (59.38% from 255 or 45.62% from 331); Max value from RGB is 151 - color contains mainly: blue. Hex color #684C97 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684C97 is #97B368. Grayscale: #5C5C5C. Windows color (decimal): -9941865 or 9915496. OLE color: 9915496.

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

Color convert

RGB10476151-
CMYK0.310.5000.41
HSL262.4º33.04%44.51%-
HSV(B)262.4º49.67%59.22%-
XYZ13.8810.3530.54-
YUV92.92160.78135.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.42%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 151 (59.38% from 255) = 45.62%
R=31.42%
G=22.96%
B=45.62%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104761510.310.5000.41262.433.0444.51
Hex684C971F32029106212d
Octal15011422737620514064155
Binary1101000100110010010111111111100100101001100000110100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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