Html Css Color HEX #690A8D Indigo

📋 copy color: '#690A8D'

red 105 ◦ green 10 ◦ blue 141

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

Shades of Indigo #690A8D

Tints of Indigo #690A8D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.91%

 BLUE value IS 141 (55.47% from 255) = 55.08%

R = 41.02%
G = 3.91%
B = 55.08%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#690A8D (or 0x690A8D) is known color: Indigo. HEX triplet: 69, 0A and 8D. RGB value is (105,10,141). Sum of RGB (Red+Green+Blue) = 105+10+141=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 141 (55.47% from 255 or 55.08% from 256); Max value from RGB is 141 - color contains mainly: blue. Hex color #690A8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690A8D is #96F572. Grayscale: #343434. Windows color (decimal): -9893235 or 9243241. OLE color: 9243241.

HSL color Cylindrical-coordinate representation of color #690A8D: hue angle of 283.51º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690A8D is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 105 10 141 -
CMYK 0.26 0.93 0 0.45
HSL 283.51º 0.87% 0.3% -
HSV(B) 283.51º 0.93% 0.55% -
XYZ 10.74 5.14 25.63 -
YUV 53.34 177.47 164.85 -
System Red Green Blue C M Y K H S L
Decimal 105 10 141 0.26 0.93 0 0.45 283.51 0.87 0.3
Hex 69 A 8D 1A 5D 0 2D 11C 57 1E
Octal 151 12 215 32 135 0 55 434 127 36
Binary 1101001 1010 10001101 11010 1011101 0 101101 100011100 1010111 11110

Color Harmonies of #690A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A8D

Black with #690A8D

Text Example


Text Example

White with #690A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,10,141); }

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

background-color css

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

 a { background-color: rgb(105,10,141); }

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

border-color css

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

 span { border-color: rgb(105,10,141); }

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