Html Css Color HEX #690497 Indigo

📋 copy color: '#690497'

red 105 ◦ green 4 ◦ blue 151

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

Shades of Indigo #690497

Tints of Indigo #690497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 151 (59.38% from 255) = 58.08%

R = 40.38%
G = 1.54%
B = 58.08%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#690497 (or 0x690497) is known color: Indigo. HEX triplet: 69, 04 and 97. RGB value is (105,4,151). Sum of RGB (Red+Green+Blue) = 105+4+151=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #690497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690497 is #96FB68. Grayscale: #323232. Windows color (decimal): -9894761 or 9897065. OLE color: 9897065.

HSL color Cylindrical-coordinate representation of color #690497: hue angle of 281.22º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #690497 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 105 4 151 -
CMYK 0.30 0.97 0 0.41
HSL 281.22º 0.95% 0.3% -
HSV(B) 281.22º 0.97% 0.59% -
XYZ 11.46 5.32 29.7 -
YUV 50.96 184.46 166.55 -
System Red Green Blue C M Y K H S L
Decimal 105 4 151 0.30 0.97 0 0.41 281.22 0.95 0.3
Hex 69 4 97 1E 61 0 29 119 5F 1E
Octal 151 4 227 36 141 0 51 431 137 36
Binary 1101001 100 10010111 11110 1100001 0 101001 100011001 1011111 11110

Color Harmonies of #690497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690497

Black with #690497

Text Example


Text Example

White with #690497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690497; }

 p { color: rgb(105,4,151); }

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

background-color css

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

 a { background-color: rgb(105,4,151); }

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

border-color css

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

 span { border-color: rgb(105,4,151); }

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