Html Css Color HEX #69109D Indigo

📋 copy color: '#69109D'

red 105 ◦ green 16 ◦ blue 157

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

Shades of Indigo #69109D

Tints of Indigo #69109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

 BLUE value IS 157 (61.72% from 255) = 56.47%

R = 37.77%
G = 5.76%
B = 56.47%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#69109D (or 0x69109D) is known color: Indigo. HEX triplet: 69, 10 and 9D. RGB value is (105,16,157). Sum of RGB (Red+Green+Blue) = 105+16+157=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #69109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69109D is #96EF62. Grayscale: #3A3A3A. Windows color (decimal): -9891683 or 10293353. OLE color: 10293353.

HSL color Cylindrical-coordinate representation of color #69109D: hue angle of 277.87º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #69109D is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 105 16 157 -
CMYK 0.33 0.90 0 0.38
HSL 277.87º 0.82% 0.34% -
HSV(B) 277.87º 0.9% 0.62% -
XYZ 12.1 5.81 32.38 -
YUV 58.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 105 16 157 0.33 0.90 0 0.38 277.87 0.82 0.34
Hex 69 10 9D 21 5A 0 26 116 52 22
Octal 151 20 235 41 132 0 46 426 122 42
Binary 1101001 10000 10011101 100001 1011010 0 100110 100010110 1010010 100010

Color Harmonies of #69109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69109D

Black with #69109D

Text Example


Text Example

White with #69109D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69109D; }

 p { color: rgb(105,16,157); }

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

background-color css

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

 a { background-color: rgb(105,16,157); }

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

border-color css

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

 span { border-color: rgb(105,16,157); }

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