#684B9E

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

Shades of Studio #684B9E

Tints of Studio #684B9E

Color information

#684B9E (or 0x684B9E) is unknown color: approx Studio. HEX triplet: 68, 4B and 9E. RGB value is (104,75,158). Sum of RGB (Red+Green+Blue) = 104+75+158=337 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.86% from 337); Green value is 75 (29.69% from 255 or 22.26% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #684B9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684B9E is #97B461. Grayscale: #5C5C5C. Windows color (decimal): -9942114 or 10373992. OLE color: 10373992.

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

Color convert

RGB10475158-
CMYK0.340.5300.38
HSL260.96º35.62%45.69%-
HSV(B)260.96º52.53%61.96%-
XYZ14.410.4433.6-
YUV93.13164.61135.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.86%
GREEN value IS 75 (29.69% from 255) = 22.26%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=30.86%
G=22.26%
B=46.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104751580.340.5300.38260.9635.6245.69
Hex684B9E2235026105242e
Octal15011323642650464054456
Binary11010001001011100111101000101101010100110100000101100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,75,158); }

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

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

 a { background-color: rgb(104,75,158); }

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

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

 span { border-color: rgb(104,75,158); }

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