#6B0FA1

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

Shades of Indigo #6B0FA1

Tints of Indigo #6B0FA1

Color information

#6B0FA1 (or 0x6B0FA1) is unknown color: approx Indigo. HEX triplet: 6B, 0F and A1. RGB value is (107,15,161). Sum of RGB (Red+Green+Blue) = 107+15+161=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 15 (6.25% from 255 or 5.30% from 283); Blue value is 161 (63.28% from 255 or 56.89% from 283); Max value from RGB is 161 - color contains mainly: blue. Hex color #6B0FA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0FA1 is #94F05E. Grayscale: #3A3A3A. Windows color (decimal): -9760863 or 10555243. OLE color: 10555243.

HSL color Cylindrical-coordinate representation of color #6B0FA1: hue angle of 277.81º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6B0FA1 is Cyan = 0.34, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10715161-
CMYK0.340.9100.37
HSL277.81º82.95%34.51%-
HSV(B)277.81º90.68%63.14%-
XYZ12.676.0434.22-
YUV59.15185.48162.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.81%
GREEN value IS 15 (6.25% from 255) = 5.30%
BLUE value IS 161 (63.28% from 255) = 56.89%
R=37.81%
G=5.30%
B=56.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal107151610.340.9100.37277.8182.9534.51
Hex6BFA1225B0251165323
Octal153172414213304542612343
Binary1101011111110100001100010101101101001011000101101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,15,161); }

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

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

 a { background-color: rgb(107,15,161); }

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

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

 span { border-color: rgb(107,15,161); }

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