#684BAB

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

Shades of Studio #684BAB

Tints of Studio #684BAB

Color information

#684BAB (or 0x684BAB) is unknown color: approx Studio. HEX triplet: 68, 4B and AB. RGB value is (104,75,171). Sum of RGB (Red+Green+Blue) = 104+75+171=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 75 (29.69% from 255 or 21.43% from 350); Blue value is 171 (67.19% from 255 or 48.86% from 350); Max value from RGB is 171 - color contains mainly: blue. Hex color #684BAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #684BAB is #97B454. Grayscale: #5E5E5E. Windows color (decimal): -9942101 or 11225960. OLE color: 11225960.

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

Color convert

RGB10475171-
CMYK0.390.5600.33
HSL258.12º39.02%48.24%-
HSV(B)258.12º56.14%67.06%-
XYZ15.5810.9239.81-
YUV94.62171.11134.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 29.71%
GREEN value IS 75 (29.69% from 255) = 21.43%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=29.71%
G=21.43%
B=48.86%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal104751710.390.5600.33258.1239.0248.24
Hex684BAB27380211022730
Octal15011325347700414024760
Binary11010001001011101010111001111110000100001100000010100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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