Html Css Color HEX #690191 Indigo

📋 copy color: '#690191'

red 105 ◦ green 1 ◦ blue 145

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

Shades of Indigo #690191

Tints of Indigo #690191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 145 (57.03% from 255) = 57.77%

R = 41.83%
G = 0.4%
B = 57.77%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#690191 (or 0x690191) is known color: Indigo. HEX triplet: 69, 01 and 91. RGB value is (105,1,145). Sum of RGB (Red+Green+Blue) = 105+1+145=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #690191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690191 is #96FE6E. Grayscale: #303030. Windows color (decimal): -9895535 or 9503081. OLE color: 9503081.

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

Color convert

RGB 105 1 145 -
CMYK 0.28 0.99 0 0.43
HSL 283.33º 0.99% 0.29% -
HSV(B) 283.33º 0.99% 0.57% -
XYZ 10.95 5.07 27.19 -
YUV 48.51 182.46 168.29 -
System Red Green Blue C M Y K H S L
Decimal 105 1 145 0.28 0.99 0 0.43 283.33 0.99 0.29
Hex 69 1 91 1C 63 0 2B 11B 63 1D
Octal 151 1 221 34 143 0 53 433 143 35
Binary 1101001 1 10010001 11100 1100011 0 101011 100011011 1100011 11101

Color Harmonies of #690191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690191

Black with #690191

Text Example


Text Example

White with #690191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690191; }

 p { color: rgb(105,1,145); }

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

background-color css

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

 a { background-color: rgb(105,1,145); }

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

border-color css

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

 span { border-color: rgb(105,1,145); }

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