Html Css Color HEX #690595 Indigo

📋 copy color: '#690595'

red 105 ◦ green 5 ◦ blue 149

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

Shades of Indigo #690595

Tints of Indigo #690595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 149 (58.59% from 255) = 57.53%

R = 40.54%
G = 1.93%
B = 57.53%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#690595 (or 0x690595) is known color: Indigo. HEX triplet: 69, 05 and 95. RGB value is (105,5,149). Sum of RGB (Red+Green+Blue) = 105+5+149=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #690595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690595 is #96FA6A. Grayscale: #323232. Windows color (decimal): -9894507 or 9766249. OLE color: 9766249.

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

Color convert

RGB 105 5 149 -
CMYK 0.30 0.97 0 0.42
HSL 281.67º 0.94% 0.3% -
HSV(B) 281.67º 0.97% 0.58% -
XYZ 11.3 5.28 28.86 -
YUV 51.32 183.13 166.29 -
System Red Green Blue C M Y K H S L
Decimal 105 5 149 0.30 0.97 0 0.42 281.67 0.94 0.3
Hex 69 5 95 1E 61 0 2A 11A 5E 1E
Octal 151 5 225 36 141 0 52 432 136 36
Binary 1101001 101 10010101 11110 1100001 0 101010 100011010 1011110 11110

Color Harmonies of #690595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690595

Black with #690595

Text Example


Text Example

White with #690595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690595; }

 p { color: rgb(105,5,149); }

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

background-color css

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

 a { background-color: rgb(105,5,149); }

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

border-color css

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

 span { border-color: rgb(105,5,149); }

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