#690794

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

Shades of Indigo #690794

Tints of Indigo #690794

Color information

#690794 (or 0x690794) is unknown color: approx Indigo. HEX triplet: 69, 07 and 94. RGB value is (105,7,148). Sum of RGB (Red+Green+Blue) = 105+7+148=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 148 (58.20% from 255 or 56.92% from 260); Max value from RGB is 148 - color contains mainly: blue. Hex color #690794 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690794 is #96F86B. Grayscale: #333333. Windows color (decimal): -9893996 or 9701225. OLE color: 9701225.

HSL color Cylindrical-coordinate representation of color #690794: hue angle of 281.7º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #690794 is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1057148-
CMYK0.290.9500.42
HSL281.7º90.97%30.39%-
HSV(B)281.7º95.27%58.04%-
XYZ11.255.2928.45-
YUV52.38181.97165.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.38%
GREEN value IS 7 (3.12% from 255) = 2.69%
BLUE value IS 148 (58.20% from 255) = 56.92%
R=40.38%
G=2.69%
B=56.92%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10571480.290.9500.42281.790.9730.39
Hex697941D5F02A11a5b1e
Octal15172243513705243213336
Binary1101001111100101001110110111110101010100011010101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690794; }

 p { color: rgb(105,7,148); }

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

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

 a { background-color: rgb(105,7,148); }

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

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

 span { border-color: rgb(105,7,148); }

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