#6D48A4

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

Shades of Studio #6D48A4

Tints of Studio #6D48A4

Color information

#6D48A4 (or 0x6D48A4) is unknown color: approx Studio. HEX triplet: 6D, 48 and A4. RGB value is (109,72,164). Sum of RGB (Red+Green+Blue) = 109+72+164=345 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.59% from 345); Green value is 72 (28.52% from 255 or 20.87% from 345); Blue value is 164 (64.45% from 255 or 47.54% from 345); Max value from RGB is 164 - color contains mainly: blue. Hex color #6D48A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D48A4 is #92B75B. Grayscale: #5D5D5D. Windows color (decimal): -9615196 or 10766445. OLE color: 10766445.

HSL color Cylindrical-coordinate representation of color #6D48A4: hue angle of 264.13º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D48A4 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10972164-
CMYK0.340.5600.36
HSL264.13º38.98%46.27%-
HSV(B)264.13º56.1%64.31%-
XYZ15.3210.5736.35-
YUV93.55167.76139.02-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.59%
GREEN value IS 72 (28.52% from 255) = 20.87%
BLUE value IS 164 (64.45% from 255) = 47.54%
R=31.59%
G=20.87%
B=47.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal109721640.340.5600.36264.1338.9846.27
Hex6D48A42238024108272e
Octal15511024442700444104756
Binary11011011001000101001001000101110000100100100001000100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D48A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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