Html Css Color HEX #690992 Indigo

📋 copy color: '#690992'

red 105 ◦ green 9 ◦ blue 146

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

Shades of Indigo #690992

Tints of Indigo #690992

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

 BLUE value IS 146 (57.42% from 255) = 56.15%

R = 40.38%
G = 3.46%
B = 56.15%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#690992 (or 0x690992) is known color: Indigo. HEX triplet: 69, 09 and 92. RGB value is (105,9,146). Sum of RGB (Red+Green+Blue) = 105+9+146=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 146 (57.42% from 255 or 56.15% from 260); Max value from RGB is 146 - color contains mainly: blue. Hex color #690992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690992 is #96F66D. Grayscale: #343434. Windows color (decimal): -9893486 or 9570665. OLE color: 9570665.

HSL color Cylindrical-coordinate representation of color #690992: hue angle of 282.04º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690992 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 105 9 146 -
CMYK 0.28 0.94 0 0.43
HSL 282.04º 0.88% 0.3% -
HSV(B) 282.04º 0.94% 0.57% -
XYZ 11.11 5.27 27.63 -
YUV 53.32 180.3 164.86 -
System Red Green Blue C M Y K H S L
Decimal 105 9 146 0.28 0.94 0 0.43 282.04 0.88 0.3
Hex 69 9 92 1C 5E 0 2B 11A 58 1E
Octal 151 11 222 34 136 0 53 432 130 36
Binary 1101001 1001 10010010 11100 1011110 0 101011 100011010 1011000 11110

Color Harmonies of #690992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690992

Black with #690992

Text Example


Text Example

White with #690992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690992; }

 p { color: rgb(105,9,146); }

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

background-color css

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

 a { background-color: rgb(105,9,146); }

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

border-color css

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

 span { border-color: rgb(105,9,146); }

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