#684AAC

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

Shades of Studio #684AAC

Tints of Studio #684AAC

Color information

#684AAC (or 0x684AAC) is unknown color: approx Studio. HEX triplet: 68, 4A and AC. RGB value is (104,74,172). Sum of RGB (Red+Green+Blue) = 104+74+172=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 172 (67.58% from 255 or 49.14% from 350); Max value from RGB is 172 - color contains mainly: blue. Hex color #684AAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684AAC is #97B553. Grayscale: #5D5D5D. Windows color (decimal): -9942356 or 11291240. OLE color: 11291240.

HSL color Cylindrical-coordinate representation of color #684AAC: hue angle of 258.37º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #684AAC is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10474172-
CMYK0.400.5700.33
HSL258.37º39.84%48.24%-
HSV(B)258.37º56.98%67.45%-
XYZ15.610.8240.3-
YUV94.14171.94135.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 74 (29.30% from 255) = 21.14%
BLUE value IS 172 (67.58% from 255) = 49.14%
R=29.71%
G=21.14%
B=49.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104741720.400.5700.33258.3739.8448.24
Hex684AAC28390211022830
Octal15011225450710414025060
Binary11010001001010101011001010001110010100001100000010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,74,172); }

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

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

 a { background-color: rgb(104,74,172); }

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

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

 span { border-color: rgb(104,74,172); }

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