Html Css Color HEX #690890 Indigo

📋 copy color: '#690890'

red 105 ◦ green 8 ◦ blue 144

#690890
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #690890

Tints of Indigo #690890

RGB

 RED value IS 105 (41.41% from 255) = 40.86%

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 144 (56.64% from 255) = 56.03%

R = 40.86%
G = 3.11%
B = 56.03%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#690890 (or 0x690890) is known color: Indigo. HEX triplet: 69, 08 and 90. RGB value is (105,8,144). Sum of RGB (Red+Green+Blue) = 105+8+144=257 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.86% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #690890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690890 is #96F76F. Grayscale: #343434. Windows color (decimal): -9893744 or 9439337. OLE color: 9439337.

HSL color Cylindrical-coordinate representation of color #690890: hue angle of 282.79º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690890 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 8 144 -
CMYK 0.27 0.94 0 0.44
HSL 282.79º 0.89% 0.3% -
HSV(B) 282.79º 0.94% 0.56% -
XYZ 10.95 5.19 26.81 -
YUV 52.51 179.64 165.44 -
System Red Green Blue C M Y K H S L
Decimal 105 8 144 0.27 0.94 0 0.44 282.79 0.89 0.3
Hex 69 8 90 1B 5E 0 2C 11B 59 1E
Octal 151 10 220 33 136 0 54 433 131 36
Binary 1101001 1000 10010000 11011 1011110 0 101100 100011011 1011001 11110

Color Harmonies of #690890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690890

Black with #690890

Text Example


Text Example

White with #690890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690890; }

 p { color: rgb(105,8,144); }

 H1.HeaderClassName
 {
   color: #690890;
 }
 .AnyTagClassName
 {
   color: #690890;
 }
</style>

background-color css

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

 a { background-color: rgb(105,8,144); }

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

border-color css

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

 span { border-color: rgb(105,8,144); }

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