#6A48A0

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

Shades of Studio #6A48A0

Tints of Studio #6A48A0

Color information

#6A48A0 (or 0x6A48A0) is unknown color: approx Studio. HEX triplet: 6A, 48 and A0. RGB value is (106,72,160). Sum of RGB (Red+Green+Blue) = 106+72+160=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 160 (62.89% from 255 or 47.34% from 338); Max value from RGB is 160 - color contains mainly: blue. Hex color #6A48A0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A48A0 is #95B75F. Grayscale: #5B5B5B. Windows color (decimal): -9811808 or 10504298. OLE color: 10504298.

HSL color Cylindrical-coordinate representation of color #6A48A0: hue angle of 263.18º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A48A0 is Cyan = 0.34, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10672160-
CMYK0.340.5500.37
HSL263.18º37.93%45.49%-
HSV(B)263.18º55%62.75%-
XYZ14.6110.2434.46-
YUV92.2166.26137.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.36%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 160 (62.89% from 255) = 47.34%
R=31.36%
G=21.30%
B=47.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal106721600.340.5500.37263.1837.9345.49
Hex6A48A02237025107262d
Octal15211024042670454074655
Binary11010101001000101000001000101101110100101100000111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A48A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,72,160); }

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

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

 a { background-color: rgb(106,72,160); }

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

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

 span { border-color: rgb(106,72,160); }

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