Html Css Color HEX #68098D Indigo

📋 copy color: '#68098D'

red 104 ◦ green 9 ◦ blue 141

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

Shades of Indigo #68098D

Tints of Indigo #68098D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.54%

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

R = 40.94%
G = 3.54%
B = 55.51%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#68098D (or 0x68098D) is known color: Indigo. HEX triplet: 68, 09 and 8D. RGB value is (104,9,141). Sum of RGB (Red+Green+Blue) = 104+9+141=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #68098D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68098D is #97F672. Grayscale: #343434. Windows color (decimal): -9959027 or 9242984. OLE color: 9242984.

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

Color convert

RGB 104 9 141 -
CMYK 0.26 0.94 0 0.45
HSL 283.18º 0.88% 0.29% -
HSV(B) 283.18º 0.94% 0.55% -
XYZ 10.61 5.06 25.62 -
YUV 52.45 177.97 164.77 -
System Red Green Blue C M Y K H S L
Decimal 104 9 141 0.26 0.94 0 0.45 283.18 0.88 0.29
Hex 68 9 8D 1A 5E 0 2D 11B 58 1D
Octal 150 11 215 32 136 0 55 433 130 35
Binary 1101000 1001 10001101 11010 1011110 0 101101 100011011 1011000 11101

Color Harmonies of #68098D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68098D

Black with #68098D

Text Example


Text Example

White with #68098D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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