#690a93

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

Shades of Indigo #690A93

Tints of Indigo #690A93

Color information

#690A93 (or 0x690A93) is unknown color: approx Indigo. HEX triplet: 69, 0A and 93. RGB value is (105,10,147). Sum of RGB (Red+Green+Blue) = 105+10+147=262 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.08% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 147 (57.81% from 255 or 56.11% from 262); Max value from RGB is 147 - color contains mainly: blue. Hex color #690A93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690A93 is #96F56C. Grayscale: #353535. Windows color (decimal): -9893229 or 9636457. OLE color: 9636457.

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

Color convert

RGB10510147-
CMYK0.290.9300.42
HSL281.61º87.26%30.78%-
HSV(B)281.61º93.2%57.65%-
XYZ11.25.3328.04-
YUV54.02180.47164.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.08%
GREEN value IS 10 (4.30% from 255) = 3.82%
BLUE value IS 147 (57.81% from 255) = 56.11%
R=40.08%
G=3.82%
B=56.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105101470.290.9300.42281.6187.2630.78
Hex69A931D5D02A11a571f
Octal151122233513505243212737
Binary11010011010100100111110110111010101010100011010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690a93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,10,147); }

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

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

 a { background-color: rgb(105,10,147); }

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

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

 span { border-color: rgb(105,10,147); }

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