#6B0B9F

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

Shades of Indigo #6B0B9F

Tints of Indigo #6B0B9F

Color information

#6B0B9F (or 0x6B0B9F) is unknown color: approx Indigo. HEX triplet: 6B, 0B and 9F. RGB value is (107,11,159). Sum of RGB (Red+Green+Blue) = 107+11+159=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 11 (4.69% from 255 or 3.97% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #6B0B9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0B9F is #94F460. Grayscale: #383838. Windows color (decimal): -9761889 or 10423147. OLE color: 10423147.

HSL color Cylindrical-coordinate representation of color #6B0B9F: hue angle of 278.92º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0B9F is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10711159-
CMYK0.330.9300.38
HSL278.92º87.06%33.33%-
HSV(B)278.92º93.08%62.35%-
XYZ12.445.8733.28-
YUV56.58185.8163.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 38.63%
GREEN value IS 11 (4.69% from 255) = 3.97%
BLUE value IS 159 (62.5% from 255) = 57.40%
R=38.63%
G=3.97%
B=57.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal107111590.330.9300.38278.9287.0633.33
Hex6BB9F215D0261175721
Octal153132374113504642712741
Binary1101011101110011111100001101110101001101000101111010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,11,159); }

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

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

 a { background-color: rgb(107,11,159); }

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

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

 span { border-color: rgb(107,11,159); }

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