#6b0690

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

Shades of Purple #6B0690

Tints of Purple #6B0690

Color information

#6B0690 (or 0x6B0690) is unknown color: approx Purple. HEX triplet: 6B, 06 and 90. RGB value is (107,6,144). Sum of RGB (Red+Green+Blue) = 107+6+144=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B0690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0690 is #94F96F. Grayscale: #333333. Windows color (decimal): -9763184 or 9438827. OLE color: 9438827.

HSL color Cylindrical-coordinate representation of color #6B0690: hue angle of 283.91º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6B0690 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1076144-
CMYK0.260.9600.44
HSL283.91º92%29.41%-
HSV(B)283.91º95.83%56.47%-
XYZ11.165.2726.81-
YUV51.93179.96167.28-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 41.63%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 144 (56.64% from 255) = 56.03%
R=41.63%
G=2.33%
B=56.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10761440.260.9600.44283.919229.41
Hex6B6901A6002C11c5c1d
Octal15362203214005443413435
Binary1101011110100100001101011000000101100100011100101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b0690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,6,144); }

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

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

 a { background-color: rgb(107,6,144); }

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

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

 span { border-color: rgb(107,6,144); }

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