Html Css Color HEX #690990 Indigo

📋 copy color: '#690990'

red 105 ◦ green 9 ◦ blue 144

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

Shades of Indigo #690990

Tints of Indigo #690990

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.49%

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

R = 40.7%
G = 3.49%
B = 55.81%

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

#690990 (or 0x690990) is known color: Indigo. HEX triplet: 69, 09 and 90. RGB value is (105,9,144). Sum of RGB (Red+Green+Blue) = 105+9+144=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 144 (56.64% from 255 or 55.81% from 258); Max value from RGB is 144 - color contains mainly: blue. Hex color #690990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690990 is #96F66F. Grayscale: #343434. Windows color (decimal): -9893488 or 9439593. OLE color: 9439593.

HSL color Cylindrical-coordinate representation of color #690990: hue angle of 282.67º degrees, saturation: 0.88, 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 #690990 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 105 9 144 -
CMYK 0.27 0.94 0 0.44
HSL 282.67º 0.88% 0.3% -
HSV(B) 282.67º 0.94% 0.56% -
XYZ 10.96 5.21 26.81 -
YUV 53.09 179.3 165.02 -
System Red Green Blue C M Y K H S L
Decimal 105 9 144 0.27 0.94 0 0.44 282.67 0.88 0.3
Hex 69 9 90 1B 5E 0 2C 11B 58 1E
Octal 151 11 220 33 136 0 54 433 130 36
Binary 1101001 1001 10010000 11011 1011110 0 101100 100011011 1011000 11110

Color Harmonies of #690990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690990

Black with #690990

Text Example


Text Example

White with #690990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690990; }

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

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

background-color css

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

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

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

border-color css

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

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

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