#6A4BAE

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

Shades of Studio #6A4BAE

Tints of Studio #6A4BAE

Color information

#6A4BAE (or 0x6A4BAE) is unknown color: approx Studio. HEX triplet: 6A, 4B and AE. RGB value is (106,75,174). Sum of RGB (Red+Green+Blue) = 106+75+174=355 (47% of max value = 765). Red value is 106 (41.80% from 255 or 29.86% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #6A4BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4BAE is #95B451. Grayscale: #5F5F5F. Windows color (decimal): -9811026 or 11422570. OLE color: 11422570.

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

Color convert

RGB10675174-
CMYK0.390.5700.32
HSL258.79º39.76%48.82%-
HSV(B)258.79º56.9%68.24%-
XYZ16.111.1541.35-
YUV95.56172.27135.45-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.86%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 174 (68.36% from 255) = 49.01%
R=29.86%
G=21.13%
B=49.01%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal106751740.390.5700.32258.7939.7648.82
Hex6A4BAE27390201032831
Octal15211325647710404035061
Binary11010101001011101011101001111110010100000100000011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,75,174); }

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

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

 a { background-color: rgb(106,75,174); }

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

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

 span { border-color: rgb(106,75,174); }

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