Html Css Color HEX #690493 Indigo

📋 copy color: '#690493'

red 105 ◦ green 4 ◦ blue 147

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

Shades of Indigo #690493

Tints of Indigo #690493

RGB

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

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

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

R = 41.02%
G = 1.56%
B = 57.42%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#690493 (or 0x690493) is known color: Indigo. HEX triplet: 69, 04 and 93. RGB value is (105,4,147). Sum of RGB (Red+Green+Blue) = 105+4+147=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #690493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #690493 is #96FB6C. Grayscale: #323232. Windows color (decimal): -9894765 or 9634921. OLE color: 9634921.

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

Color convert

RGB 105 4 147 -
CMYK 0.29 0.97 0 0.42
HSL 282.38º 0.95% 0.3% -
HSV(B) 282.38º 0.97% 0.58% -
XYZ 11.14 5.2 28.02 -
YUV 50.5 182.46 166.87 -
System Red Green Blue C M Y K H S L
Decimal 105 4 147 0.29 0.97 0 0.42 282.38 0.95 0.3
Hex 69 4 93 1D 61 0 2A 11A 5F 1E
Octal 151 4 223 35 141 0 52 432 137 36
Binary 1101001 100 10010011 11101 1100001 0 101010 100011010 1011111 11110

Color Harmonies of #690493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690493

Black with #690493

Text Example


Text Example

White with #690493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690493; }

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

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

background-color css

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

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

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

border-color css

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

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

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