Html Css Color HEX #690495 Indigo

📋 copy color: '#690495'

red 105 ◦ green 4 ◦ blue 149

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

Shades of Indigo #690495

Tints of Indigo #690495

RGB

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

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

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

R = 40.7%
G = 1.55%
B = 57.75%

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

#690495 (or 0x690495) is known color: Indigo. HEX triplet: 69, 04 and 95. RGB value is (105,4,149). Sum of RGB (Red+Green+Blue) = 105+4+149=258 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.70% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #690495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690495 is #96FB6A. Grayscale: #323232. Windows color (decimal): -9894763 or 9765993. OLE color: 9765993.

HSL color Cylindrical-coordinate representation of color #690495: hue angle of 281.79º degrees, saturation: 0.95, 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 #690495 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 105 4 149 -
CMYK 0.30 0.97 0 0.42
HSL 281.79º 0.95% 0.3% -
HSV(B) 281.79º 0.97% 0.58% -
XYZ 11.29 5.26 28.85 -
YUV 50.73 183.46 166.71 -
System Red Green Blue C M Y K H S L
Decimal 105 4 149 0.30 0.97 0 0.42 281.79 0.95 0.3
Hex 69 4 95 1E 61 0 2A 11A 5F 1E
Octal 151 4 225 36 141 0 52 432 137 36
Binary 1101001 100 10010101 11110 1100001 0 101010 100011010 1011111 11110

Color Harmonies of #690495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690495

Black with #690495

Text Example


Text Example

White with #690495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690495; }

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

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

background-color css

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

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

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

border-color css

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

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

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