#690099

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

Shades of Indigo #690099

Tints of Indigo #690099

Color information

#690099 (or 0x690099) is unknown color: approx Indigo. HEX triplet: 69, 00 and 99. RGB value is (105,0,153). Sum of RGB (Red+Green+Blue) = 105+0+153=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 0 (0.39% from 255 or 0% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #690099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690099 is #96FF66. Grayscale: #303030. Windows color (decimal): -9895783 or 10027113. OLE color: 10027113.

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

Color convert

RGB1050153-
CMYK0.31100.4
HSL281.18º100%30%-
HSV(B)281.18º100%60%-
XYZ11.585.330.55-
YUV48.84186.79168.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 59.30%
R=40.70%
G=0%
B=59.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10501530.31100.4281.1810030
Hex690991F64028119641e
Octal15102313714405043114436
Binary11010010100110011111111001000101000100011001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690099; }

 p { color: rgb(105,0,153); }

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

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

 a { background-color: rgb(105,0,153); }

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

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

 span { border-color: rgb(105,0,153); }

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