Html Css Color HEX #681693 Indigo

📋 copy color: '#681693'

red 104 ◦ green 22 ◦ blue 147

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

Shades of Indigo #681693

Tints of Indigo #681693

RGB

 RED value IS 104 (41.02% from 255) = 38.1%

 GREEN value IS 22 (8.98% from 255) = 8.06%

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

R = 38.1%
G = 8.06%
B = 53.85%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#681693 (or 0x681693) is known color: Indigo. HEX triplet: 68, 16 and 93. RGB value is (104,22,147). Sum of RGB (Red+Green+Blue) = 104+22+147=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 147 (57.81% from 255 or 53.85% from 273); Max value from RGB is 147 - color contains mainly: blue. Hex color #681693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681693 is #97E96C. Grayscale: #3C3C3C. Windows color (decimal): -9955693 or 9639528. OLE color: 9639528.

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

Color convert

RGB 104 22 147 -
CMYK 0.29 0.85 0 0.42
HSL 279.36º 0.74% 0.33% -
HSV(B) 279.36º 0.85% 0.58% -
XYZ 11.26 5.62 28.1 -
YUV 60.77 176.67 158.84 -
System Red Green Blue C M Y K H S L
Decimal 104 22 147 0.29 0.85 0 0.42 279.36 0.74 0.33
Hex 68 16 93 1D 55 0 2A 117 4A 21
Octal 150 26 223 35 125 0 52 427 112 41
Binary 1101000 10110 10010011 11101 1010101 0 101010 100010111 1001010 100001

Color Harmonies of #681693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681693

Black with #681693

Text Example


Text Example

White with #681693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681693; }

 p { color: rgb(104,22,147); }

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

background-color css

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

 a { background-color: rgb(104,22,147); }

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

border-color css

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

 span { border-color: rgb(104,22,147); }

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