#6D48AA

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

Shades of Studio #6D48AA

Tints of Studio #6D48AA

Color information

#6D48AA (or 0x6D48AA) is unknown color: approx Studio. HEX triplet: 6D, 48 and AA. RGB value is (109,72,170). Sum of RGB (Red+Green+Blue) = 109+72+170=351 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.05% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 170 (66.80% from 255 or 48.43% from 351); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D48AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D48AA is #92B755. Grayscale: #5D5D5D. Windows color (decimal): -9615190 or 11159661. OLE color: 11159661.

HSL color Cylindrical-coordinate representation of color #6D48AA: hue angle of 262.65º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D48AA is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10972170-
CMYK0.360.5800.33
HSL262.65º40.5%47.45%-
HSV(B)262.65º57.65%66.67%-
XYZ15.8810.7939.28-
YUV94.23170.76138.53-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.05%
GREEN value IS 72 (28.52% from 255) = 20.51%
BLUE value IS 170 (66.80% from 255) = 48.43%
R=31.05%
G=20.51%
B=48.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109721700.360.5800.33262.6540.547.45
Hex6D48AA243A021107282f
Octal15511025244720414075057
Binary11011011001000101010101001001110100100001100000111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D48AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,72,170); }

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

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

 a { background-color: rgb(109,72,170); }

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

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

 span { border-color: rgb(109,72,170); }

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