Html Css Color HEX #68059C Indigo

📋 copy color: '#68059C'

red 104 ◦ green 5 ◦ blue 156

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

Shades of Indigo #68059C

Tints of Indigo #68059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 58.87%

R = 39.25%
G = 1.89%
B = 58.87%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#68059C (or 0x68059C) is known color: Indigo. HEX triplet: 68, 05 and 9C. RGB value is (104,5,156). Sum of RGB (Red+Green+Blue) = 104+5+156=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 156 (61.33% from 255 or 58.87% from 265); Max value from RGB is 156 - color contains mainly: blue. Hex color #68059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68059C is #97FA63. Grayscale: #333333. Windows color (decimal): -9960036 or 10225000. OLE color: 10225000.

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

Color convert

RGB 104 5 156 -
CMYK 0.33 0.97 0 0.39
HSL 279.34º 0.94% 0.32% -
HSV(B) 279.34º 0.97% 0.61% -
XYZ 11.76 5.45 31.88 -
YUV 51.82 186.8 165.22 -
System Red Green Blue C M Y K H S L
Decimal 104 5 156 0.33 0.97 0 0.39 279.34 0.94 0.32
Hex 68 5 9C 21 61 0 27 117 5E 20
Octal 150 5 234 41 141 0 47 427 136 40
Binary 1101000 101 10011100 100001 1100001 0 100111 100010111 1011110 100000

Color Harmonies of #68059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68059C

Black with #68059C

Text Example


Text Example

White with #68059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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