Html Css Color HEX #68098A Indigo

📋 copy color: '#68098A'

red 104 ◦ green 9 ◦ blue 138

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

Shades of Indigo #68098A

Tints of Indigo #68098A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 54.98%

R = 41.43%
G = 3.59%
B = 54.98%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#68098A (or 0x68098A) is known color: Indigo. HEX triplet: 68, 09 and 8A. RGB value is (104,9,138). Sum of RGB (Red+Green+Blue) = 104+9+138=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 138 (54.30% from 255 or 54.98% from 251); Max value from RGB is 138 - color contains mainly: blue. Hex color #68098A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68098A is #97F675. Grayscale: #333333. Windows color (decimal): -9959030 or 9046376. OLE color: 9046376.

HSL color Cylindrical-coordinate representation of color #68098A: hue angle of 284.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68098A is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 9 138 -
CMYK 0.25 0.93 0 0.46
HSL 284.19º 0.88% 0.29% -
HSV(B) 284.19º 0.93% 0.54% -
XYZ 10.39 4.97 24.46 -
YUV 52.11 176.47 165.01 -
System Red Green Blue C M Y K H S L
Decimal 104 9 138 0.25 0.93 0 0.46 284.19 0.88 0.29
Hex 68 9 8A 19 5D 0 2E 11C 58 1D
Octal 150 11 212 31 135 0 56 434 130 35
Binary 1101000 1001 10001010 11001 1011101 0 101110 100011100 1011000 11101

Color Harmonies of #68098A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68098A

Black with #68098A

Text Example


Text Example

White with #68098A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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