#690596

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

Shades of Indigo #690596

Tints of Indigo #690596

Color information

#690596 (or 0x690596) is unknown color: approx Indigo. HEX triplet: 69, 05 and 96. RGB value is (105,5,150). Sum of RGB (Red+Green+Blue) = 105+5+150=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #690596 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690596 is #96FA69. Grayscale: #323232. Windows color (decimal): -9894506 or 9831785. OLE color: 9831785.

HSL color Cylindrical-coordinate representation of color #690596: hue angle of 281.38º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690596 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB1055150-
CMYK0.300.9700.41
HSL281.38º93.55%30.39%-
HSV(B)281.38º96.67%58.82%-
XYZ11.385.3129.28-
YUV51.43183.63166.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 150 (58.98% from 255) = 57.69%
R=40.38%
G=1.92%
B=57.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal10551500.300.9700.41281.3893.5530.39
Hex695961E610291195e1e
Octal15152263614105143113636
Binary1101001101100101101111011000010101001100011001101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690596; }

 p { color: rgb(105,5,150); }

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

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

 a { background-color: rgb(105,5,150); }

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

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

 span { border-color: rgb(105,5,150); }

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