#684C9B

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

Shades of Studio #684C9B

Tints of Studio #684C9B

Color information

#684C9B (or 0x684C9B) is unknown color: approx Studio. HEX triplet: 68, 4C and 9B. RGB value is (104,76,155). Sum of RGB (Red+Green+Blue) = 104+76+155=335 (44% of max value = 765). Red value is 104 (41.02% from 255 or 31.04% from 335); Green value is 76 (30.08% from 255 or 22.69% from 335); Blue value is 155 (60.94% from 255 or 46.27% from 335); Max value from RGB is 155 - color contains mainly: blue. Hex color #684C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684C9B is #97B364. Grayscale: #5D5D5D. Windows color (decimal): -9941861 or 10177640. OLE color: 10177640.

HSL color Cylindrical-coordinate representation of color #684C9B: hue angle of 261.27º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #684C9B is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10476155-
CMYK0.330.5100.39
HSL261.27º34.2%45.29%-
HSV(B)261.27º50.97%60.78%-
XYZ14.2110.4832.28-
YUV93.38162.78135.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 31.04%
GREEN value IS 76 (30.08% from 255) = 22.69%
BLUE value IS 155 (60.94% from 255) = 46.27%
R=31.04%
G=22.69%
B=46.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104761550.330.5100.39261.2734.245.29
Hex684C9B2133027105222d
Octal15011423341630474054255
Binary11010001001100100110111000011100110100111100000101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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