Html Css Color HEX #68098E Indigo

📋 copy color: '#68098E'

red 104 ◦ green 9 ◦ blue 142

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

Shades of Indigo #68098E

Tints of Indigo #68098E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 55.69%

R = 40.78%
G = 3.53%
B = 55.69%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#68098E (or 0x68098E) is known color: Indigo. HEX triplet: 68, 09 and 8E. RGB value is (104,9,142). Sum of RGB (Red+Green+Blue) = 104+9+142=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #68098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68098E is #97F671. Grayscale: #343434. Windows color (decimal): -9959026 or 9308520. OLE color: 9308520.

HSL color Cylindrical-coordinate representation of color #68098E: hue angle of 282.86º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68098E is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 104 9 142 -
CMYK 0.27 0.94 0 0.44
HSL 282.86º 0.88% 0.3% -
HSV(B) 282.86º 0.94% 0.56% -
XYZ 10.69 5.09 26.01 -
YUV 52.57 178.47 164.69 -
System Red Green Blue C M Y K H S L
Decimal 104 9 142 0.27 0.94 0 0.44 282.86 0.88 0.3
Hex 68 9 8E 1B 5E 0 2C 11B 58 1E
Octal 150 11 216 33 136 0 54 433 130 36
Binary 1101000 1001 10001110 11011 1011110 0 101100 100011011 1011000 11110

Color Harmonies of #68098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68098E

Black with #68098E

Text Example


Text Example

White with #68098E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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