#6B49B1

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

Shades of Studio #6B49B1

Tints of Studio #6B49B1

Color information

#6B49B1 (or 0x6B49B1) is unknown color: approx Studio. HEX triplet: 6B, 49 and B1. RGB value is (107,73,177). Sum of RGB (Red+Green+Blue) = 107+73+177=357 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.97% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 177 (69.53% from 255 or 49.58% from 357); Max value from RGB is 177 - color contains mainly: blue. Hex color #6B49B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6B49B1 is #94B64E. Grayscale: #5E5E5E. Windows color (decimal): -9745999 or 11618667. OLE color: 11618667.

HSL color Cylindrical-coordinate representation of color #6B49B1: hue angle of 259.62º 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 #6B49B1 is Cyan = 0.40, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10773177-
CMYK0.400.5900.31
HSL259.62º41.6%49.02%-
HSV(B)259.62º58.76%69.41%-
XYZ16.3811.0742.87-
YUV95.02174.26136.54-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.97%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 177 (69.53% from 255) = 49.58%
R=29.97%
G=20.45%
B=49.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal107731770.400.5900.31259.6241.649.02
Hex6B49B1283B01F1042a31
Octal15311126150730374045261
Binary1101011100100110110001101000111011011111100000100101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B49B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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