#690B95

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

Shades of Indigo #690B95

Tints of Indigo #690B95

Color information

#690B95 (or 0x690B95) is unknown color: approx Indigo. HEX triplet: 69, 0B and 95. RGB value is (105,11,149). Sum of RGB (Red+Green+Blue) = 105+11+149=265 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.62% from 265); Green value is 11 (4.69% from 255 or 4.15% from 265); Blue value is 149 (58.59% from 255 or 56.23% from 265); Max value from RGB is 149 - color contains mainly: blue. Hex color #690B95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690B95 is #96F46A. Grayscale: #363636. Windows color (decimal): -9892971 or 9767785. OLE color: 9767785.

HSL color Cylindrical-coordinate representation of color #690B95: hue angle of 280.87º 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 #690B95 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10511149-
CMYK0.300.9300.42
HSL280.87º86.25%31.37%-
HSV(B)280.87º92.62%58.43%-
XYZ11.375.4128.88-
YUV54.84181.14163.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 39.62%
GREEN value IS 11 (4.69% from 255) = 4.15%
BLUE value IS 149 (58.59% from 255) = 56.23%
R=39.62%
G=4.15%
B=56.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105111490.300.9300.42280.8786.2531.37
Hex69B951E5D02A119561f
Octal151132253613505243112637
Binary11010011011100101011111010111010101010100011001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690B95; }

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

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

<style>
 a { background-color: #690B95; }

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

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

<style>
 span { border-color: #690B95; }

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

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