#68098E

Color #68098E Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #68098E

Tints of Indigo #68098E

Color information

#68098E (or 0x68098E) is unknown color: approx 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

RGB1049142-
CMYK0.270.9400.44
HSL282.86º88.08%29.61%-
HSV(B)282.86º93.66%55.69%-
XYZ10.695.0926.01-
YUV52.57178.47164.69-

RGB Variations

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

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 (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10491420.270.9400.44282.8688.0829.61
Hex6898E1B5E02C11b581e
Octal150112163313605443313036
Binary11010001001100011101101110111100101100100011011101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68098E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>