Html Css Color HEX #691095 Indigo

📋 copy color: '#691095'

red 105 ◦ green 16 ◦ blue 149

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

Shades of Indigo #691095

Tints of Indigo #691095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 55.19%

R = 38.89%
G = 5.93%
B = 55.19%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#691095 (or 0x691095) is known color: Indigo. HEX triplet: 69, 10 and 95. RGB value is (105,16,149). Sum of RGB (Red+Green+Blue) = 105+16+149=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 16 (6.64% from 255 or 5.93% from 270); Blue value is 149 (58.59% from 255 or 55.19% from 270); Max value from RGB is 149 - color contains mainly: blue. Hex color #691095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691095 is #96EF6A. Grayscale: #393939. Windows color (decimal): -9891691 or 9769065. OLE color: 9769065.

HSL color Cylindrical-coordinate representation of color #691095: hue angle of 280.15º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691095 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 16 149 -
CMYK 0.30 0.89 0 0.42
HSL 280.15º 0.81% 0.32% -
HSV(B) 280.15º 0.89% 0.58% -
XYZ 11.44 5.54 28.9 -
YUV 57.77 179.49 161.69 -
System Red Green Blue C M Y K H S L
Decimal 105 16 149 0.30 0.89 0 0.42 280.15 0.81 0.32
Hex 69 10 95 1E 59 0 2A 118 51 20
Octal 151 20 225 36 131 0 52 430 121 40
Binary 1101001 10000 10010101 11110 1011001 0 101010 100011000 1010001 100000

Color Harmonies of #691095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691095

Black with #691095

Text Example


Text Example

White with #691095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691095; }

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

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

background-color css

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

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

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

border-color css

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

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

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