Html Css Color HEX #68108C Indigo

📋 copy color: '#68108C'

red 104 ◦ green 16 ◦ blue 140

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

Shades of Indigo #68108C

Tints of Indigo #68108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 53.85%

R = 40%
G = 6.15%
B = 53.85%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68108C (or 0x68108C) is known color: Indigo. HEX triplet: 68, 10 and 8C. RGB value is (104,16,140). Sum of RGB (Red+Green+Blue) = 104+16+140=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 16 (6.64% from 255 or 6.15% from 260); Blue value is 140 (55.08% from 255 or 53.85% from 260); Max value from RGB is 140 - color contains mainly: blue. Hex color #68108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68108C is #97EF73. Grayscale: #383838. Windows color (decimal): -9957236 or 9179240. OLE color: 9179240.

HSL color Cylindrical-coordinate representation of color #68108C: hue angle of 282.58º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68108C is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 16 140 -
CMYK 0.26 0.89 0 0.45
HSL 282.58º 0.79% 0.31% -
HSV(B) 282.58º 0.89% 0.55% -
XYZ 10.63 5.21 25.26 -
YUV 56.45 175.15 161.92 -
System Red Green Blue C M Y K H S L
Decimal 104 16 140 0.26 0.89 0 0.45 282.58 0.79 0.31
Hex 68 10 8C 1A 59 0 2D 11B 4F 1F
Octal 150 20 214 32 131 0 55 433 117 37
Binary 1101000 10000 10001100 11010 1011001 0 101101 100011011 1001111 11111

Color Harmonies of #68108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68108C

Black with #68108C

Text Example


Text Example

White with #68108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68108C; }

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

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

background-color css

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

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

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

border-color css

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

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

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