Html Css Color HEX #68109B Indigo

📋 copy color: '#68109B'

red 104 ◦ green 16 ◦ blue 155

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

Shades of Indigo #68109B

Tints of Indigo #68109B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 56.36%

R = 37.82%
G = 5.82%
B = 56.36%

CMYK

 C value IS 0.33

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68109B (or 0x68109B) is known color: Indigo. HEX triplet: 68, 10 and 9B. RGB value is (104,16,155). Sum of RGB (Red+Green+Blue) = 104+16+155=275 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.82% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #68109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68109B is #97EF64. Grayscale: #393939. Windows color (decimal): -9957221 or 10162280. OLE color: 10162280.

HSL color Cylindrical-coordinate representation of color #68109B: hue angle of 277.99º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68109B is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 104 16 155 -
CMYK 0.33 0.90 0 0.39
HSL 277.99º 0.81% 0.34% -
HSV(B) 277.99º 0.9% 0.61% -
XYZ 11.81 5.68 31.48 -
YUV 58.16 182.65 160.7 -
System Red Green Blue C M Y K H S L
Decimal 104 16 155 0.33 0.90 0 0.39 277.99 0.81 0.34
Hex 68 10 9B 21 5A 0 27 116 51 22
Octal 150 20 233 41 132 0 47 426 121 42
Binary 1101000 10000 10011011 100001 1011010 0 100111 100010110 1010001 100010

Color Harmonies of #68109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68109B

Black with #68109B

Text Example


Text Example

White with #68109B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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