Html Css Color HEX #690793 Indigo

📋 copy color: '#690793'

red 105 ◦ green 7 ◦ blue 147

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

Shades of Indigo #690793

Tints of Indigo #690793

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

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

R = 40.54%
G = 2.7%
B = 56.76%

CMYK

 C value IS 0.29

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#690793 (or 0x690793) is known color: Indigo. HEX triplet: 69, 07 and 93. RGB value is (105,7,147). Sum of RGB (Red+Green+Blue) = 105+7+147=259 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.54% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 147 (57.81% from 255 or 56.76% from 259); Max value from RGB is 147 - color contains mainly: blue. Hex color #690793 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690793 is #96F86C. Grayscale: #333333. Windows color (decimal): -9893997 or 9635689. OLE color: 9635689.

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

Color convert

RGB 105 7 147 -
CMYK 0.29 0.95 0 0.42
HSL 282º 0.91% 0.3% -
HSV(B) 282º 0.95% 0.58% -
XYZ 11.17 5.26 28.03 -
YUV 52.26 181.47 165.62 -
System Red Green Blue C M Y K H S L
Decimal 105 7 147 0.29 0.95 0 0.42 282 0.91 0.3
Hex 69 7 93 1D 5F 0 2A 11A 5B 1E
Octal 151 7 223 35 137 0 52 432 133 36
Binary 1101001 111 10010011 11101 1011111 0 101010 100011010 1011011 11110

Color Harmonies of #690793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690793

Black with #690793

Text Example


Text Example

White with #690793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690793; }

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

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

background-color css

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

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

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

border-color css

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

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

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