Html Css Color HEX #691694 Indigo

📋 copy color: '#691694'

red 105 ◦ green 22 ◦ blue 148

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

Shades of Indigo #691694

Tints of Indigo #691694

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8%

 BLUE value IS 148 (58.2% from 255) = 53.82%

R = 38.18%
G = 8%
B = 53.82%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#691694 (or 0x691694) is known color: Indigo. HEX triplet: 69, 16 and 94. RGB value is (105,22,148). Sum of RGB (Red+Green+Blue) = 105+22+148=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 148 (58.20% from 255 or 53.82% from 275); Max value from RGB is 148 - color contains mainly: blue. Hex color #691694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691694 is #96E96B. Grayscale: #3C3C3C. Windows color (decimal): -9890156 or 9705065. OLE color: 9705065.

HSL color Cylindrical-coordinate representation of color #691694: hue angle of 279.52º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691694 is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 22 148 -
CMYK 0.29 0.85 0 0.42
HSL 279.52º 0.74% 0.33% -
HSV(B) 279.52º 0.85% 0.58% -
XYZ 11.46 5.72 28.52 -
YUV 61.18 177 159.25 -
System Red Green Blue C M Y K H S L
Decimal 105 22 148 0.29 0.85 0 0.42 279.52 0.74 0.33
Hex 69 16 94 1D 55 0 2A 118 4A 21
Octal 151 26 224 35 125 0 52 430 112 41
Binary 1101001 10110 10010100 11101 1010101 0 101010 100011000 1001010 100001

Color Harmonies of #691694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691694

Black with #691694

Text Example


Text Example

White with #691694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691694; }

 p { color: rgb(105,22,148); }

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

background-color css

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

 a { background-color: rgb(105,22,148); }

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

border-color css

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

 span { border-color: rgb(105,22,148); }

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