#6B0B95

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

Shades of Indigo #6B0B95

Tints of Indigo #6B0B95

Color information

#6B0B95 (or 0x6B0B95) is unknown color: approx Indigo. HEX triplet: 6B, 0B and 95. RGB value is (107,11,149). Sum of RGB (Red+Green+Blue) = 107+11+149=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 11 (4.69% from 255 or 4.12% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #6B0B95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0B95 is #94F46A. Grayscale: #363636. Windows color (decimal): -9761899 or 9767787. OLE color: 9767787.

HSL color Cylindrical-coordinate representation of color #6B0B95: hue angle of 281.74º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B0B95 is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10711149-
CMYK0.280.9300.42
HSL281.74º86.25%31.37%-
HSV(B)281.74º92.62%58.43%-
XYZ11.615.5428.89-
YUV55.44180.8164.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.07%
GREEN value IS 11 (4.69% from 255) = 4.12%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=40.07%
G=4.12%
B=55.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal107111490.280.9300.42281.7486.2531.37
Hex6BB951C5D02A11a561f
Octal153132253413505243212637
Binary11010111011100101011110010111010101010100011010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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