#684CAA

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

Shades of Studio #684CAA

Tints of Studio #684CAA

Color information

#684CAA (or 0x684CAA) is unknown color: approx Studio. HEX triplet: 68, 4C and AA. RGB value is (104,76,170). Sum of RGB (Red+Green+Blue) = 104+76+170=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #684CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684CAA is #97B355. Grayscale: #5E5E5E. Windows color (decimal): -9941846 or 11160680. OLE color: 11160680.

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

Color convert

RGB10476170-
CMYK0.390.5500.33
HSL257.87º38.21%48.24%-
HSV(B)257.87º55.29%66.67%-
XYZ15.5511.0139.34-
YUV95.09170.28134.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 76 (30.08% from 255) = 21.71%
BLUE value IS 170 (66.80% from 255) = 48.57%
R=29.71%
G=21.71%
B=48.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104761700.390.5500.33257.8738.2148.24
Hex684CAA27370211022630
Octal15011425247670414024660
Binary11010001001100101010101001111101110100001100000010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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