#6B029A

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

Shades of Indigo #6B029A

Tints of Indigo #6B029A

Color information

#6B029A (or 0x6B029A) is unknown color: approx Indigo. HEX triplet: 6B, 02 and 9A. RGB value is (107,2,154). Sum of RGB (Red+Green+Blue) = 107+2+154=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #6B029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B029A is #94FD65. Grayscale: #323232. Windows color (decimal): -9764198 or 10093163. OLE color: 10093163.

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

Color convert

RGB1072154-
CMYK0.310.9900.40
HSL281.45º97.44%30.59%-
HSV(B)281.45º98.7%60.39%-
XYZ11.925.531.01-
YUV50.72186.29168.14-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.68%
GREEN value IS 2 (1.17% from 255) = 0.76%
BLUE value IS 154 (60.55% from 255) = 58.56%
R=40.68%
G=0.76%
B=58.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10721540.310.9900.40281.4597.4430.59
Hex6B29A1F63028119611f
Octal15322323714305043114137
Binary110101110100110101111111000110101000100011001110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B029A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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