#6B029D

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

Shades of Indigo #6B029D

Tints of Indigo #6B029D

Color information

#6B029D (or 0x6B029D) is unknown color: approx Indigo. HEX triplet: 6B, 02 and 9D. RGB value is (107,2,157). Sum of RGB (Red+Green+Blue) = 107+2+157=266 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.23% from 266); Green value is 2 (1.17% from 255 or 0.75% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #6B029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B029D is #94FD62. Grayscale: #323232. Windows color (decimal): -9764195 or 10289771. OLE color: 10289771.

HSL color Cylindrical-coordinate representation of color #6B029D: hue angle of 280.65º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6B029D is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1072157-
CMYK0.320.9900.38
HSL280.65º97.48%31.18%-
HSV(B)280.65º98.73%61.57%-
XYZ12.175.632.34-
YUV51.06187.79167.9-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.23%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 157 (61.72% from 255) = 59.02%
R=40.23%
G=0.75%
B=59.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10721570.320.9900.38280.6597.4831.18
Hex6B29D2063026119611f
Octal15322354014304643114137
Binary1101011101001110110000011000110100110100011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B029D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,2,157); }

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

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

 a { background-color: rgb(107,2,157); }

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

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

 span { border-color: rgb(107,2,157); }

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