#6F49B1

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

Shades of Studio #6F49B1

Tints of Studio #6F49B1

Color information

#6F49B1 (or 0x6F49B1) is unknown color: approx Studio. HEX triplet: 6F, 49 and B1. RGB value is (111,73,177). Sum of RGB (Red+Green+Blue) = 111+73+177=361 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.75% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #6F49B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6F49B1 is #90B64E. Grayscale: #5F5F5F. Windows color (decimal): -9483855 or 11618671. OLE color: 11618671.

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

Color convert

RGB11173177-
CMYK0.370.5900.31
HSL261.92º41.6%49.02%-
HSV(B)261.92º58.76%69.41%-
XYZ16.8711.3242.89-
YUV96.22173.59138.54-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 30.75%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 177 (69.53% from 255) = 49.03%
R=30.75%
G=20.22%
B=49.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal111731770.370.5900.31261.9241.649.02
Hex6F49B1253B01F1062a31
Octal15711126145730374065261
Binary1101111100100110110001100101111011011111100000110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F49B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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