Html Css Color HEX #690B9D Indigo

📋 copy color: '#690B9D'

red 105 ◦ green 11 ◦ blue 157

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

Shades of Indigo #690B9D

Tints of Indigo #690B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 57.51%

R = 38.46%
G = 4.03%
B = 57.51%

CMYK

 C value IS 0.33

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#690B9D (or 0x690B9D) is known color: Indigo. HEX triplet: 69, 0B and 9D. RGB value is (105,11,157). Sum of RGB (Red+Green+Blue) = 105+11+157=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 11 (4.69% from 255 or 4.03% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #690B9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690B9D is #96F462. Grayscale: #373737. Windows color (decimal): -9892963 or 10292073. OLE color: 10292073.

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

Color convert

RGB 105 11 157 -
CMYK 0.33 0.93 0 0.38
HSL 278.63º 0.87% 0.33% -
HSV(B) 278.63º 0.93% 0.62% -
XYZ 12.03 5.68 32.36 -
YUV 55.75 185.14 163.13 -
System Red Green Blue C M Y K H S L
Decimal 105 11 157 0.33 0.93 0 0.38 278.63 0.87 0.33
Hex 69 B 9D 21 5D 0 26 117 57 21
Octal 151 13 235 41 135 0 46 427 127 41
Binary 1101001 1011 10011101 100001 1011101 0 100110 100010111 1010111 100001

Color Harmonies of #690B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690B9D

Black with #690B9D

Text Example


Text Example

White with #690B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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