#6F519B

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

Shades of Studio #6F519B

Tints of Studio #6F519B

Color information

#6F519B (or 0x6F519B) is unknown color: approx Studio. HEX triplet: 6F, 51 and 9B. RGB value is (111,81,155). Sum of RGB (Red+Green+Blue) = 111+81+155=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 155 (60.94% from 255 or 44.67% from 347); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F519B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F519B is #90AE64. Grayscale: #626262. Windows color (decimal): -9481829 or 10178927. OLE color: 10178927.

HSL color Cylindrical-coordinate representation of color #6F519B: hue angle of 264.32º 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 #6F519B is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11181155-
CMYK0.280.4800.39
HSL264.32º31.36%46.27%-
HSV(B)264.32º47.74%60.78%-
XYZ15.4111.6332.44-
YUV98.41159.94136.98-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.99%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 155 (60.94% from 255) = 44.67%
R=31.99%
G=23.34%
B=44.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal111811550.280.4800.39264.3231.3646.27
Hex6F519B1C300271081f2e
Octal15712123334600474103756
Binary110111110100011001101111100110000010011110000100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F519B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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