#6F49A1

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

Shades of Studio #6F49A1

Tints of Studio #6F49A1

Color information

#6F49A1 (or 0x6F49A1) is unknown color: approx Studio. HEX triplet: 6F, 49 and A1. RGB value is (111,73,161). Sum of RGB (Red+Green+Blue) = 111+73+161=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 161 - color contains mainly: blue. Hex color #6F49A1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F49A1 is #90B65E. Grayscale: #5E5E5E. Windows color (decimal): -9483871 or 10570095. OLE color: 10570095.

HSL color Cylindrical-coordinate representation of color #6F49A1: hue angle of 265.91º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F49A1 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11173161-
CMYK0.310.5500.37
HSL265.91º37.61%45.88%-
HSV(B)265.91º54.66%63.14%-
XYZ15.3710.7234.98-
YUV94.39165.59139.84-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.17%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 161 (63.28% from 255) = 46.67%
R=32.17%
G=21.16%
B=46.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal111731610.310.5500.37265.9137.6145.88
Hex6F49A11F3702510a262e
Octal15711124137670454124656
Binary1101111100100110100001111111101110100101100001010100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F49A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,73,161); }

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

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

 a { background-color: rgb(111,73,161); }

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

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

 span { border-color: rgb(111,73,161); }

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