Html Css Color HEX #691198 Indigo

📋 copy color: '#691198'

red 105 ◦ green 17 ◦ blue 152

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

Shades of Indigo #691198

Tints of Indigo #691198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.2%

 BLUE value IS 152 (59.77% from 255) = 55.47%

R = 38.32%
G = 6.2%
B = 55.47%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#691198 (or 0x691198) is known color: Indigo. HEX triplet: 69, 11 and 98. RGB value is (105,17,152). Sum of RGB (Red+Green+Blue) = 105+17+152=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #691198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #691198 is #96EE67. Grayscale: #3A3A3A. Windows color (decimal): -9891432 or 9965929. OLE color: 9965929.

HSL color Cylindrical-coordinate representation of color #691198: hue angle of 279.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #691198 is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 105 17 152 -
CMYK 0.31 0.89 0 0.40
HSL 279.11º 0.8% 0.33% -
HSV(B) 279.11º 0.89% 0.6% -
XYZ 11.69 5.67 30.18 -
YUV 58.7 180.65 161.02 -
System Red Green Blue C M Y K H S L
Decimal 105 17 152 0.31 0.89 0 0.40 279.11 0.8 0.33
Hex 69 11 98 1F 59 0 28 117 50 21
Octal 151 21 230 37 131 0 50 427 120 41
Binary 1101001 10001 10011000 11111 1011001 0 101000 100010111 1010000 100001

Color Harmonies of #691198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #691198

Black with #691198

Text Example


Text Example

White with #691198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #691198; }

 p { color: rgb(105,17,152); }

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

background-color css

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

 a { background-color: rgb(105,17,152); }

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

border-color css

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

 span { border-color: rgb(105,17,152); }

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