Html Css Color HEX #690993 Indigo

📋 copy color: '#690993'

red 105 ◦ green 9 ◦ blue 147

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

Shades of Indigo #690993

Tints of Indigo #690993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 56.32%

R = 40.23%
G = 3.45%
B = 56.32%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#690993 (or 0x690993) is known color: Indigo. HEX triplet: 69, 09 and 93. RGB value is (105,9,147). Sum of RGB (Red+Green+Blue) = 105+9+147=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #690993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690993 is #96F66C. Grayscale: #343434. Windows color (decimal): -9893485 or 9636201. OLE color: 9636201.

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

Color convert

RGB 105 9 147 -
CMYK 0.29 0.94 0 0.42
HSL 281.74º 0.88% 0.31% -
HSV(B) 281.74º 0.94% 0.58% -
XYZ 11.19 5.31 28.04 -
YUV 53.44 180.8 164.78 -
System Red Green Blue C M Y K H S L
Decimal 105 9 147 0.29 0.94 0 0.42 281.74 0.88 0.31
Hex 69 9 93 1D 5E 0 2A 11A 58 1F
Octal 151 11 223 35 136 0 52 432 130 37
Binary 1101001 1001 10010011 11101 1011110 0 101010 100011010 1011000 11111

Color Harmonies of #690993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690993

Black with #690993

Text Example


Text Example

White with #690993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690993; }

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

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

background-color css

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

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

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

border-color css

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

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

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