#6D4DAF

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

Shades of Studio #6D4DAF

Tints of Studio #6D4DAF

Color information

#6D4DAF (or 0x6D4DAF) is unknown color: approx Studio. HEX triplet: 6D, 4D and AF. RGB value is (109,77,175). Sum of RGB (Red+Green+Blue) = 109+77+175=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #6D4DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4DAF is #92B250. Grayscale: #616161. Windows color (decimal): -9613905 or 11488621. OLE color: 11488621.

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

Color convert

RGB10977175-
CMYK0.380.5600.31
HSL259.59º38.89%49.41%-
HSV(B)259.59º56%68.63%-
XYZ16.711.6541.93-
YUV97.74171.6136.03-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.19%
GREEN value IS 77 (30.47% from 255) = 21.33%
BLUE value IS 175 (68.75% from 255) = 48.48%
R=30.19%
G=21.33%
B=48.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal109771750.380.5600.31259.5938.8949.41
Hex6D4DAF263801F1042731
Octal15511525746700374044761
Binary1101101100110110101111100110111000011111100000100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,77,175); }

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

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

 a { background-color: rgb(109,77,175); }

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

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

 span { border-color: rgb(109,77,175); }

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