#6B509F

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

Shades of Studio #6B509F

Tints of Studio #6B509F

Color information

#6B509F (or 0x6B509F) is unknown color: approx Studio. HEX triplet: 6B, 50 and 9F. RGB value is (107,80,159). Sum of RGB (Red+Green+Blue) = 107+80+159=346 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.92% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B509F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B509F is #94AF60. Grayscale: #606060. Windows color (decimal): -9744225 or 10440811. OLE color: 10440811.

HSL color Cylindrical-coordinate representation of color #6B509F: hue angle of 260.51º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B509F is Cyan = 0.33, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10780159-
CMYK0.330.5000.38
HSL260.51º33.05%46.86%-
HSV(B)260.51º49.69%62.35%-
XYZ15.1911.3734.19-
YUV97.08162.95135.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.92%
GREEN value IS 80 (31.64% from 255) = 23.12%
BLUE value IS 159 (62.5% from 255) = 45.95%
R=30.92%
G=23.12%
B=45.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107801590.330.5000.38260.5133.0546.86
Hex6B509F2132026105212f
Octal15312023741620464054157
Binary11010111010000100111111000011100100100110100000101100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B509F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,80,159); }

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

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

 a { background-color: rgb(107,80,159); }

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

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

 span { border-color: rgb(107,80,159); }

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