#6B0599

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

Shades of Indigo #6B0599

Tints of Indigo #6B0599

Color information

#6B0599 (or 0x6B0599) is unknown color: approx Indigo. HEX triplet: 6B, 05 and 99. RGB value is (107,5,153). Sum of RGB (Red+Green+Blue) = 107+5+153=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B0599 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0599 is #94FA66. Grayscale: #333333. Windows color (decimal): -9763431 or 10028395. OLE color: 10028395.

HSL color Cylindrical-coordinate representation of color #6B0599: hue angle of 281.35º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B0599 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1075153-
CMYK0.300.9700.4
HSL281.35º93.67%30.98%-
HSV(B)281.35º96.73%60%-
XYZ11.875.5330.58-
YUV52.37184.79166.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.38%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 153 (60.16% from 255) = 57.74%
R=40.38%
G=1.89%
B=57.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10751530.300.9700.4281.3593.6730.98
Hex6B5991E610281195e1f
Octal15352313614105043113637
Binary1101011101100110011111011000010101000100011001101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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