Html Css Color HEX #690295 Indigo

📋 copy color: '#690295'

red 105 ◦ green 2 ◦ blue 149

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

Shades of Indigo #690295

Tints of Indigo #690295

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 41.02%
G = 0.78%
B = 58.2%

CMYK

 C value IS 0.30

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#690295 (or 0x690295) is known color: Indigo. HEX triplet: 69, 02 and 95. RGB value is (105,2,149). Sum of RGB (Red+Green+Blue) = 105+2+149=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #690295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690295 is #96FD6A. Grayscale: #313131. Windows color (decimal): -9895275 or 9765481. OLE color: 9765481.

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

Color convert

RGB 105 2 149 -
CMYK 0.30 0.99 0 0.42
HSL 282.04º 0.97% 0.3% -
HSV(B) 282.04º 0.99% 0.58% -
XYZ 11.27 5.22 28.85 -
YUV 49.56 184.12 167.55 -
System Red Green Blue C M Y K H S L
Decimal 105 2 149 0.30 0.99 0 0.42 282.04 0.97 0.3
Hex 69 2 95 1E 63 0 2A 11A 61 1E
Octal 151 2 225 36 143 0 52 432 141 36
Binary 1101001 10 10010101 11110 1100011 0 101010 100011010 1100001 11110

Color Harmonies of #690295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690295

Black with #690295

Text Example


Text Example

White with #690295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690295; }

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

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

background-color css

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

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

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

border-color css

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

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

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