#6C509B

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

Shades of Studio #6C509B

Tints of Studio #6C509B

Color information

#6C509B (or 0x6C509B) is unknown color: approx Studio. HEX triplet: 6C, 50 and 9B. RGB value is (108,80,155). Sum of RGB (Red+Green+Blue) = 108+80+155=343 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.49% from 343); Green value is 80 (31.64% from 255 or 23.32% 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 #6C509B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C509B is #93AF64. Grayscale: #606060. Windows color (decimal): -9678693 or 10178668. OLE color: 10178668.

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

Color convert

RGB10880155-
CMYK0.300.4800.39
HSL262.4º31.91%46.08%-
HSV(B)262.4º48.39%60.78%-
XYZ14.9711.2932.4-
YUV96.92160.78135.9-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.49%
GREEN value IS 80 (31.64% from 255) = 23.32%
BLUE value IS 155 (60.94% from 255) = 45.19%
R=31.49%
G=23.32%
B=45.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal108801550.300.4800.39262.431.9146.08
Hex6C509B1E30027106202e
Octal15412023336600474064056
Binary1101100101000010011011111101100000100111100000110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,80,155); }

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

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

 a { background-color: rgb(108,80,155); }

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

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

 span { border-color: rgb(108,80,155); }

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