Html Css Color HEX #691092 Indigo

📋 copy color: '#691092'

red 105 ◦ green 16 ◦ blue 146

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

Shades of Indigo #691092

Tints of Indigo #691092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.68%

R = 39.33%
G = 5.99%
B = 54.68%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#691092 (or 0x691092) is known color: Indigo. HEX triplet: 69, 10 and 92. RGB value is (105,16,146). Sum of RGB (Red+Green+Blue) = 105+16+146=267 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.33% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #691092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691092 is #96EF6D. Grayscale: #393939. Windows color (decimal): -9891694 or 9572457. OLE color: 9572457.

HSL color Cylindrical-coordinate representation of color #691092: hue angle of 281.08º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691092 is Cyan = 0.28, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 16 146 -
CMYK 0.28 0.89 0 0.43
HSL 281.08º 0.8% 0.32% -
HSV(B) 281.08º 0.89% 0.57% -
XYZ 11.2 5.45 27.66 -
YUV 57.43 177.99 161.93 -
System Red Green Blue C M Y K H S L
Decimal 105 16 146 0.28 0.89 0 0.43 281.08 0.8 0.32
Hex 69 10 92 1C 59 0 2B 119 50 20
Octal 151 20 222 34 131 0 53 431 120 40
Binary 1101001 10000 10010010 11100 1011001 0 101011 100011001 1010000 100000

Color Harmonies of #691092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691092

Black with #691092

Text Example


Text Example

White with #691092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691092; }

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

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

background-color css

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

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

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

border-color css

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

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

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