Html Css Color HEX #690D9F Indigo

📋 copy color: '#690D9F'

red 105 ◦ green 13 ◦ blue 159

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

Shades of Indigo #690D9F

Tints of Indigo #690D9F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.69%

 BLUE value IS 159 (62.5% from 255) = 57.4%

R = 37.91%
G = 4.69%
B = 57.4%

CMYK

 C value IS 0.34

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#690D9F (or 0x690D9F) is known color: Indigo. HEX triplet: 69, 0D and 9F. RGB value is (105,13,159). Sum of RGB (Red+Green+Blue) = 105+13+159=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 13 (5.47% from 255 or 4.69% from 277); Blue value is 159 (62.5% from 255 or 57.40% from 277); Max value from RGB is 159 - color contains mainly: blue. Hex color #690D9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690D9F is #96F260. Grayscale: #383838. Windows color (decimal): -9892449 or 10423657. OLE color: 10423657.

HSL color Cylindrical-coordinate representation of color #690D9F: hue angle of 277.81º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690D9F is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 13 159 -
CMYK 0.34 0.92 0 0.38
HSL 277.81º 0.85% 0.34% -
HSV(B) 277.81º 0.92% 0.62% -
XYZ 12.23 5.79 33.27 -
YUV 57.15 185.48 162.13 -
System Red Green Blue C M Y K H S L
Decimal 105 13 159 0.34 0.92 0 0.38 277.81 0.85 0.34
Hex 69 D 9F 22 5C 0 26 116 55 22
Octal 151 15 237 42 134 0 46 426 125 42
Binary 1101001 1101 10011111 100010 1011100 0 100110 100010110 1010101 100010

Color Harmonies of #690D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690D9F

Black with #690D9F

Text Example


Text Example

White with #690D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690D9F; }

 p { color: rgb(105,13,159); }

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

background-color css

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

 a { background-color: rgb(105,13,159); }

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

border-color css

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

 span { border-color: rgb(105,13,159); }

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