Html Css Color HEX #690091 Indigo

📋 copy color: '#690091'

red 105 ◦ green 0 ◦ blue 145

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

Shades of Indigo #690091

Tints of Indigo #690091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 145 (57.03% from 255) = 58%

R = 42%
G = 0%
B = 58%

CMYK

 C value IS 0.28

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#690091 (or 0x690091) is known color: Indigo. HEX triplet: 69, 00 and 91. RGB value is (105,0,145). Sum of RGB (Red+Green+Blue) = 105+0+145=250 (33% of max value = 765). Red value is 105 (41.41% from 255 or 42% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #690091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690091 is #96FF6E. Grayscale: #2F2F2F. Windows color (decimal): -9895791 or 9502825. OLE color: 9502825.

HSL color Cylindrical-coordinate representation of color #690091: hue angle of 283.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #690091 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 0 145 -
CMYK 0.28 1 0 0.43
HSL 283.45º 1% 0.28% -
HSV(B) 283.45º 1% 0.57% -
XYZ 10.94 5.05 27.19 -
YUV 47.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 105 0 145 0.28 1 0 0.43 283.45 1 0.28
Hex 69 0 91 1C 64 0 2B 11B 64 1C
Octal 151 0 221 34 144 0 53 433 144 34
Binary 1101001 0 10010001 11100 1100100 0 101011 100011011 1100100 11100

Color Harmonies of #690091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690091

Black with #690091

Text Example


Text Example

White with #690091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690091; }

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

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

background-color css

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

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

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

border-color css

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

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

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