#6B05A9

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

Shades of Indigo #6B05A9

Tints of Indigo #6B05A9

Color information

#6B05A9 (or 0x6B05A9) is unknown color: approx Indigo. HEX triplet: 6B, 05 and A9. RGB value is (107,5,169). Sum of RGB (Red+Green+Blue) = 107+5+169=281 (37% of max value = 765). Red value is 107 (42.19% from 255 or 38.08% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 169 (66.41% from 255 or 60.14% from 281); Max value from RGB is 169 - color contains mainly: blue. Hex color #6B05A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B05A9 is #94FA56. Grayscale: #353535. Windows color (decimal): -9763415 or 11076971. OLE color: 11076971.

HSL color Cylindrical-coordinate representation of color #6B05A9: hue angle of 277.32º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B05A9 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1075169-
CMYK0.370.9700.34
HSL277.32º94.25%34.12%-
HSV(B)277.32º97.04%66.27%-
XYZ13.286.138.01-
YUV54.19192.79165.66-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.08%
GREEN value IS 5 (2.34% from 255) = 1.78%
BLUE value IS 169 (66.41% from 255) = 60.14%
R=38.08%
G=1.78%
B=60.14%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal10751690.370.9700.34277.3294.2534.12
Hex6B5A925610221155e22
Octal15352514514104242513642
Binary110101110110101001100101110000101000101000101011011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B05A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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