Html Css Color HEX #690B9B Indigo

📋 copy color: '#690B9B'

red 105 ◦ green 11 ◦ blue 155

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

Shades of Indigo #690B9B

Tints of Indigo #690B9B

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.06%

 BLUE value IS 155 (60.94% from 255) = 57.2%

R = 38.75%
G = 4.06%
B = 57.2%

CMYK

 C value IS 0.32

 M value IS 0.93

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#690B9B (or 0x690B9B) is known color: Indigo. HEX triplet: 69, 0B and 9B. RGB value is (105,11,155). Sum of RGB (Red+Green+Blue) = 105+11+155=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 11 (4.69% from 255 or 4.06% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #690B9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690B9B is #96F464. Grayscale: #373737. Windows color (decimal): -9892965 or 10161001. OLE color: 10161001.

HSL color Cylindrical-coordinate representation of color #690B9B: hue angle of 279.17º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690B9B is Cyan = 0.32, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 105 11 155 -
CMYK 0.32 0.93 0 0.39
HSL 279.17º 0.87% 0.33% -
HSV(B) 279.17º 0.93% 0.61% -
XYZ 11.86 5.61 31.47 -
YUV 55.52 184.14 163.29 -
System Red Green Blue C M Y K H S L
Decimal 105 11 155 0.32 0.93 0 0.39 279.17 0.87 0.33
Hex 69 B 9B 20 5D 0 27 117 57 21
Octal 151 13 233 40 135 0 47 427 127 41
Binary 1101001 1011 10011011 100000 1011101 0 100111 100010111 1010111 100001

Color Harmonies of #690B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B9B

Black with #690B9B

Text Example


Text Example

White with #690B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690B9B; }

 p { color: rgb(105,11,155); }

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

background-color css

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

 a { background-color: rgb(105,11,155); }

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

border-color css

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

 span { border-color: rgb(105,11,155); }

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