Html Css Color HEX #68109E Indigo

📋 copy color: '#68109E'

red 104 ◦ green 16 ◦ blue 158

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

Shades of Indigo #68109E

Tints of Indigo #68109E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 37.41%
G = 5.76%
B = 56.83%

CMYK

 C value IS 0.34

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68109E (or 0x68109E) is known color: Indigo. HEX triplet: 68, 10 and 9E. RGB value is (104,16,158). Sum of RGB (Red+Green+Blue) = 104+16+158=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #68109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68109E is #97EF61. Grayscale: #3A3A3A. Windows color (decimal): -9957218 or 10358888. OLE color: 10358888.

HSL color Cylindrical-coordinate representation of color #68109E: hue angle of 277.18º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68109E is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 16 158 -
CMYK 0.34 0.90 0 0.38
HSL 277.18º 0.82% 0.34% -
HSV(B) 277.18º 0.9% 0.62% -
XYZ 12.07 5.78 32.83 -
YUV 58.5 184.15 160.45 -
System Red Green Blue C M Y K H S L
Decimal 104 16 158 0.34 0.90 0 0.38 277.18 0.82 0.34
Hex 68 10 9E 22 5A 0 26 115 52 22
Octal 150 20 236 42 132 0 46 425 122 42
Binary 1101000 10000 10011110 100010 1011010 0 100110 100010101 1010010 100010

Color Harmonies of #68109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68109E

Black with #68109E

Text Example


Text Example

White with #68109E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68109E; }

 p { color: rgb(104,16,158); }

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

background-color css

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

 a { background-color: rgb(104,16,158); }

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

border-color css

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

 span { border-color: rgb(104,16,158); }

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