#6A4CAC

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

Shades of Studio #6A4CAC

Tints of Studio #6A4CAC

Color information

#6A4CAC (or 0x6A4CAC) is unknown color: approx Studio. HEX triplet: 6A, 4C and AC. RGB value is (106,76,172). Sum of RGB (Red+Green+Blue) = 106+76+172=354 (46% of max value = 765). Red value is 106 (41.80% from 255 or 29.94% from 354); Green value is 76 (30.08% from 255 or 21.47% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #6A4CAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4CAC is #95B353. Grayscale: #5F5F5F. Windows color (decimal): -9810772 or 11291754. OLE color: 11291754.

HSL color Cylindrical-coordinate representation of color #6A4CAC: hue angle of 258.75º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A4CAC is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10676172-
CMYK0.380.5600.33
HSL258.75º38.71%48.63%-
HSV(B)258.75º55.81%67.45%-
XYZ15.9711.2140.35-
YUV95.91170.94135.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 29.94%
GREEN value IS 76 (30.08% from 255) = 21.47%
BLUE value IS 172 (67.58% from 255) = 48.59%
R=29.94%
G=21.47%
B=48.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal106761720.380.5600.33258.7538.7148.63
Hex6A4CAC26380211032731
Octal15211425446700414034761
Binary11010101001100101011001001101110000100001100000011100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,76,172); }

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

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

 a { background-color: rgb(106,76,172); }

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

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

 span { border-color: rgb(106,76,172); }

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