Html Css Color HEX #690691 Indigo

📋 copy color: '#690691'

red 105 ◦ green 6 ◦ blue 145

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

Shades of Indigo #690691

Tints of Indigo #690691

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

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

R = 41.02%
G = 2.34%
B = 56.64%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#690691 (or 0x690691) is known color: Indigo. HEX triplet: 69, 06 and 91. RGB value is (105,6,145). Sum of RGB (Red+Green+Blue) = 105+6+145=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #690691 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690691 is #96F96E. Grayscale: #323232. Windows color (decimal): -9894255 or 9504361. OLE color: 9504361.

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

Color convert

RGB 105 6 145 -
CMYK 0.28 0.96 0 0.43
HSL 282.73º 0.92% 0.3% -
HSV(B) 282.73º 0.96% 0.57% -
XYZ 11 5.18 27.21 -
YUV 51.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 105 6 145 0.28 0.96 0 0.43 282.73 0.92 0.3
Hex 69 6 91 1C 60 0 2B 11B 5C 1E
Octal 151 6 221 34 140 0 53 433 134 36
Binary 1101001 110 10010001 11100 1100000 0 101011 100011011 1011100 11110

Color Harmonies of #690691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690691

Black with #690691

Text Example


Text Example

White with #690691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690691; }

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

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

background-color css

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

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

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

border-color css

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

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

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