Html Css Color HEX #68059D Indigo

📋 copy color: '#68059D'

red 104 ◦ green 5 ◦ blue 157

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

Shades of Indigo #68059D

Tints of Indigo #68059D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.88%

 BLUE value IS 157 (61.72% from 255) = 59.02%

R = 39.1%
G = 1.88%
B = 59.02%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#68059D (or 0x68059D) is known color: Indigo. HEX triplet: 68, 05 and 9D. RGB value is (104,5,157). Sum of RGB (Red+Green+Blue) = 104+5+157=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 5 (2.34% from 255 or 1.88% from 266); Blue value is 157 (61.72% from 255 or 59.02% from 266); Max value from RGB is 157 - color contains mainly: blue. Hex color #68059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68059D is #97FA62. Grayscale: #333333. Windows color (decimal): -9960035 or 10290536. OLE color: 10290536.

HSL color Cylindrical-coordinate representation of color #68059D: hue angle of 279.08º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #68059D is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 104 5 157 -
CMYK 0.34 0.97 0 0.38
HSL 279.08º 0.94% 0.32% -
HSV(B) 279.08º 0.97% 0.62% -
XYZ 11.85 5.49 32.33 -
YUV 51.93 187.3 165.14 -
System Red Green Blue C M Y K H S L
Decimal 104 5 157 0.34 0.97 0 0.38 279.08 0.94 0.32
Hex 68 5 9D 22 61 0 26 117 5E 20
Octal 150 5 235 42 141 0 46 427 136 40
Binary 1101000 101 10011101 100010 1100001 0 100110 100010111 1011110 100000

Color Harmonies of #68059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68059D

Black with #68059D

Text Example


Text Example

White with #68059D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68059D; }

 p { color: rgb(104,5,157); }

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

background-color css

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

 a { background-color: rgb(104,5,157); }

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

border-color css

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

 span { border-color: rgb(104,5,157); }

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