#6A49AB

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

Shades of Studio #6A49AB

Tints of Studio #6A49AB

Color information

#6A49AB (or 0x6A49AB) is unknown color: approx Studio. HEX triplet: 6A, 49 and AB. RGB value is (106,73,171). Sum of RGB (Red+Green+Blue) = 106+73+171=350 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.29% from 350); Green value is 73 (28.91% from 255 or 20.86% 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 #6A49AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A49AB is #95B654. Grayscale: #5D5D5D. Windows color (decimal): -9811541 or 11225450. OLE color: 11225450.

HSL color Cylindrical-coordinate representation of color #6A49AB: hue angle of 260.2º 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 #6A49AB is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10673171-
CMYK0.380.5700.33
HSL260.2º40.16%47.84%-
HSV(B)260.2º57.31%67.06%-
XYZ15.6810.7739.78-
YUV94.04171.43136.53-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.29%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 171 (67.19% from 255) = 48.86%
R=30.29%
G=20.86%
B=48.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106731710.380.5700.33260.240.1647.84
Hex6A49AB26390211042830
Octal15211125346710414045060
Binary11010101001001101010111001101110010100001100000100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A49AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A49AB; }

 p { color: rgb(106,73,171); }

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

<style>
 a { background-color: #6A49AB; }

 a { background-color: rgb(106,73,171); }

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

<style>
 span { border-color: #6A49AB; }

 span { border-color: rgb(106,73,171); }

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