#6A4A9E

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

Shades of Studio #6A4A9E

Tints of Studio #6A4A9E

Color information

#6A4A9E (or 0x6A4A9E) is unknown color: approx Studio. HEX triplet: 6A, 4A and 9E. RGB value is (106,74,158). Sum of RGB (Red+Green+Blue) = 106+74+158=338 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.36% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #6A4A9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4A9E is #95B561. Grayscale: #5C5C5C. Windows color (decimal): -9811298 or 10373738. OLE color: 10373738.

HSL color Cylindrical-coordinate representation of color #6A4A9E: hue angle of 262.86º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6A4A9E is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10674158-
CMYK0.330.5300.38
HSL262.86º36.21%45.49%-
HSV(B)262.86º53.16%61.96%-
XYZ14.5610.4333.59-
YUV93.14164.6137.17-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.36%
GREEN value IS 74 (29.30% from 255) = 21.89%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=31.36%
G=21.89%
B=46.75%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal106741580.330.5300.38262.8636.2145.49
Hex6A4A9E2135026107242d
Octal15211223641650464074455
Binary11010101001010100111101000011101010100110100000111100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,74,158); }

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

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

 a { background-color: rgb(106,74,158); }

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

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

 span { border-color: rgb(106,74,158); }

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