#690495

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

Shades of Indigo #690495

Tints of Indigo #690495

Color information

#690495 (or 0x690495) is unknown color: approx Indigo. HEX triplet: 69, 04 and 95. RGB value is (105,4,149). Sum of RGB (Red+Green+Blue) = 105+4+149=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #690495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690495 is #96FB6A. Grayscale: #323232. Windows color (decimal): -9894763 or 9765993. OLE color: 9765993.

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

Color convert

RGB1054149-
CMYK0.300.9700.42
HSL281.79º94.77%30%-
HSV(B)281.79º97.32%58.43%-
XYZ11.295.2628.85-
YUV50.73183.46166.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 40.70%
GREEN value IS 4 (1.95% from 255) = 1.55%
BLUE value IS 149 (58.59% from 255) = 57.75%
R=40.70%
G=1.55%
B=57.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10541490.300.9700.42281.7994.7730
Hex694951E6102A11a5f1e
Octal15142253614105243213736
Binary1101001100100101011111011000010101010100011010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690495; }

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

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

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

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

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

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

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

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