#6B519B

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

Shades of Studio #6B519B

Tints of Studio #6B519B

Color information

#6B519B (or 0x6B519B) is unknown color: approx Studio. HEX triplet: 6B, 51 and 9B. RGB value is (107,81,155). Sum of RGB (Red+Green+Blue) = 107+81+155=343 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.20% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #6B519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B519B is #94AE64. Grayscale: #606060. Windows color (decimal): -9743973 or 10178923. OLE color: 10178923.

HSL color Cylindrical-coordinate representation of color #6B519B: hue angle of 261.08º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6B519B is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10781155-
CMYK0.310.4800.39
HSL261.08º31.36%46.27%-
HSV(B)261.08º47.74%60.78%-
XYZ14.9211.3832.42-
YUV97.21160.61134.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.20%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=31.20%
G=23.62%
B=45.19%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal107811550.310.4800.39261.0831.3646.27
Hex6B519B1F300271051f2e
Octal15312123337600474053756
Binary110101110100011001101111111110000010011110000010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,81,155); }

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

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

 a { background-color: rgb(107,81,155); }

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

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

 span { border-color: rgb(107,81,155); }

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