#684CA4

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

Shades of Studio #684CA4

Tints of Studio #684CA4

Color information

#684CA4 (or 0x684CA4) is unknown color: approx Studio. HEX triplet: 68, 4C and A4. RGB value is (104,76,164). Sum of RGB (Red+Green+Blue) = 104+76+164=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 76 (30.08% from 255 or 22.09% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #684CA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684CA4 is #97B35B. Grayscale: #5E5E5E. Windows color (decimal): -9941852 or 10767464. OLE color: 10767464.

HSL color Cylindrical-coordinate representation of color #684CA4: hue angle of 259.09º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #684CA4 is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10476164-
CMYK0.370.5400.36
HSL259.09º36.67%47.06%-
HSV(B)259.09º53.66%64.31%-
XYZ14.9910.7936.41-
YUV94.4167.28134.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.23%
GREEN value IS 76 (30.08% from 255) = 22.09%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=30.23%
G=22.09%
B=47.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal104761640.370.5400.36259.0936.6747.06
Hex684CA42536024103252f
Octal15011424445660444034557
Binary11010001001100101001001001011101100100100100000011100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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