#6B0596

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

Shades of Indigo #6B0596

Tints of Indigo #6B0596

Color information

#6B0596 (or 0x6B0596) is unknown color: approx Indigo. HEX triplet: 6B, 05 and 96. RGB value is (107,5,150). Sum of RGB (Red+Green+Blue) = 107+5+150=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 150 (58.98% from 255 or 57.25% from 262); Max value from RGB is 150 - color contains mainly: blue. Hex color #6B0596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0596 is #94FA69. Grayscale: #333333. Windows color (decimal): -9763434 or 9831787. OLE color: 9831787.

HSL color Cylindrical-coordinate representation of color #6B0596: hue angle of 282.21º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0596 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1075150-
CMYK0.290.9700.41
HSL282.21º93.55%30.39%-
HSV(B)282.21º96.67%58.82%-
XYZ11.625.4429.29-
YUV52.03183.29167.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.84%
GREEN value IS 5 (2.34% from 255) = 1.91%
BLUE value IS 150 (58.98% from 255) = 57.25%
R=40.84%
G=1.91%
B=57.25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10751500.290.9700.41282.2193.5530.39
Hex6B5961D6102911a5e1e
Octal15352263514105143213636
Binary1101011101100101101110111000010101001100011010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,5,150); }

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

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

 a { background-color: rgb(107,5,150); }

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

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

 span { border-color: rgb(107,5,150); }

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