#6C4FAA

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

Shades of Studio #6C4FAA

Tints of Studio #6C4FAA

Color information

#6C4FAA (or 0x6C4FAA) is unknown color: approx Studio. HEX triplet: 6C, 4F and AA. RGB value is (108,79,170). Sum of RGB (Red+Green+Blue) = 108+79+170=357 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.25% from 357); Green value is 79 (31.25% from 255 or 22.13% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #6C4FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C4FAA is #93B055. Grayscale: #616161. Windows color (decimal): -9678934 or 11161452. OLE color: 11161452.

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

Color convert

RGB10879170-
CMYK0.360.5400.33
HSL259.12º36.55%48.82%-
HSV(B)259.12º53.53%66.67%-
XYZ16.2411.6839.43-
YUV98.04168.61135.1-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.25%
GREEN value IS 79 (31.25% from 255) = 22.13%
BLUE value IS 170 (66.80% from 255) = 47.62%
R=30.25%
G=22.13%
B=47.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal108791700.360.5400.33259.1236.5548.82
Hex6C4FAA24360211032531
Octal15411725244660414034561
Binary11011001001111101010101001001101100100001100000011100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,79,170); }

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

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

 a { background-color: rgb(108,79,170); }

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

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

 span { border-color: rgb(108,79,170); }

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