Html Css Color HEX #69109C Indigo

📋 copy color: '#69109C'

red 105 ◦ green 16 ◦ blue 156

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

Shades of Indigo #69109C

Tints of Indigo #69109C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 56.32%

R = 37.91%
G = 5.78%
B = 56.32%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#69109C (or 0x69109C) is known color: Indigo. HEX triplet: 69, 10 and 9C. RGB value is (105,16,156). Sum of RGB (Red+Green+Blue) = 105+16+156=277 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.91% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 156 (61.33% from 255 or 56.32% from 277); Max value from RGB is 156 - color contains mainly: blue. Hex color #69109C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #69109C is #96EF63. Grayscale: #3A3A3A. Windows color (decimal): -9891684 or 10227817. OLE color: 10227817.

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

Color convert

RGB 105 16 156 -
CMYK 0.33 0.90 0 0.39
HSL 278.14º 0.81% 0.34% -
HSV(B) 278.14º 0.9% 0.61% -
XYZ 12.01 5.77 31.93 -
YUV 58.57 182.99 161.12 -
System Red Green Blue C M Y K H S L
Decimal 105 16 156 0.33 0.90 0 0.39 278.14 0.81 0.34
Hex 69 10 9C 21 5A 0 27 116 51 22
Octal 151 20 234 41 132 0 47 426 121 42
Binary 1101001 10000 10011100 100001 1011010 0 100111 100010110 1010001 100010

Color Harmonies of #69109C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69109C

Black with #69109C

Text Example


Text Example

White with #69109C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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