Html Css Color HEX #68068D Indigo

📋 copy color: '#68068D'

red 104 ◦ green 6 ◦ blue 141

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

Shades of Indigo #68068D

Tints of Indigo #68068D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.39%

 BLUE value IS 141 (55.47% from 255) = 56.18%

R = 41.43%
G = 2.39%
B = 56.18%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68068D (or 0x68068D) is known color: Indigo. HEX triplet: 68, 06 and 8D. RGB value is (104,6,141). Sum of RGB (Red+Green+Blue) = 104+6+141=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 141 (55.47% from 255 or 56.18% from 251); Max value from RGB is 141 - color contains mainly: blue. Hex color #68068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68068D is #97F972. Grayscale: #323232. Windows color (decimal): -9959795 or 9242216. OLE color: 9242216.

HSL color Cylindrical-coordinate representation of color #68068D: hue angle of 283.56º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #68068D is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 104 6 141 -
CMYK 0.26 0.96 0 0.45
HSL 283.56º 0.92% 0.29% -
HSV(B) 283.56º 0.96% 0.55% -
XYZ 10.58 5 25.61 -
YUV 50.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 104 6 141 0.26 0.96 0 0.45 283.56 0.92 0.29
Hex 68 6 8D 1A 60 0 2D 11C 5C 1D
Octal 150 6 215 32 140 0 55 434 134 35
Binary 1101000 110 10001101 11010 1100000 0 101101 100011100 1011100 11101

Color Harmonies of #68068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68068D

Black with #68068D

Text Example


Text Example

White with #68068D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,6,141); }

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

background-color css

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

 a { background-color: rgb(104,6,141); }

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

border-color css

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

 span { border-color: rgb(104,6,141); }

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