#6B0799

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

Shades of Indigo #6B0799

Tints of Indigo #6B0799

Color information

#6B0799 (or 0x6B0799) is unknown color: approx Indigo. HEX triplet: 6B, 07 and 99. RGB value is (107,7,153). Sum of RGB (Red+Green+Blue) = 107+7+153=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 7 (3.12% from 255 or 2.62% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B0799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0799 is #94F866. Grayscale: #353535. Windows color (decimal): -9762919 or 10028907. OLE color: 10028907.

HSL color Cylindrical-coordinate representation of color #6B0799: hue angle of 281.1º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0799 is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1077153-
CMYK0.300.9500.4
HSL281.1º91.25%31.37%-
HSV(B)281.1º95.42%60%-
XYZ11.895.5830.59-
YUV53.54184.13166.13-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.07%
GREEN value IS 7 (3.12% from 255) = 2.62%
BLUE value IS 153 (60.16% from 255) = 57.30%
R=40.07%
G=2.62%
B=57.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10771530.300.9500.4281.191.2531.37
Hex6B7991E5F0281195b1f
Octal15372313613705043113337
Binary1101011111100110011111010111110101000100011001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,7,153); }

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

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

 a { background-color: rgb(107,7,153); }

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

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

 span { border-color: rgb(107,7,153); }

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