#6B49AE

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

Shades of Studio #6B49AE

Tints of Studio #6B49AE

Color information

#6B49AE (or 0x6B49AE) is unknown color: approx Studio. HEX triplet: 6B, 49 and AE. RGB value is (107,73,174). Sum of RGB (Red+Green+Blue) = 107+73+174=354 (46% of max value = 765). Red value is 107 (42.19% from 255 or 30.23% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B49AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B49AE is #94B651. Grayscale: #5E5E5E. Windows color (decimal): -9746002 or 11422059. OLE color: 11422059.

HSL color Cylindrical-coordinate representation of color #6B49AE: hue angle of 260.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B49AE is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10773174-
CMYK0.390.5800.32
HSL260.2º40.89%48.43%-
HSV(B)260.2º58.05%68.24%-
XYZ16.0910.9541.31-
YUV94.68172.76136.79-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.23%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 174 (68.36% from 255) = 49.15%
R=30.23%
G=20.62%
B=49.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal107731740.390.5800.32260.240.8948.43
Hex6B49AE273A0201042930
Octal15311125647720404045160
Binary11010111001001101011101001111110100100000100000100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B49AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,73,174); }

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

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

 a { background-color: rgb(107,73,174); }

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

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

 span { border-color: rgb(107,73,174); }

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