#68009E

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

Shades of Indigo #68009E

Tints of Indigo #68009E

Color information

#68009E (or 0x68009E) is unknown color: approx Indigo. HEX triplet: 68, 00 and 9E. RGB value is (104,0,158). Sum of RGB (Red+Green+Blue) = 104+0+158=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 0 (0.39% from 255 or 0% from 262); Blue value is 158 (62.11% from 255 or 60.31% from 262); Max value from RGB is 158 - color contains mainly: blue. Hex color #68009E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68009E is #97FF61. Grayscale: #303030. Windows color (decimal): -9961314 or 10354792. OLE color: 10354792.

HSL color Cylindrical-coordinate representation of color #68009E: hue angle of 279.49º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #68009E is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1040158-
CMYK0.34100.38
HSL279.49º100%30.98%-
HSV(B)279.49º100%61.96%-
XYZ11.885.4132.77-
YUV49.11189.46167.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 39.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 158 (62.11% from 255) = 60.31%
R=39.69%
G=0%
B=60.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10401580.34100.38279.4910030.98
Hex6809E2264026117641f
Octal15002364214404642714437
Binary110100001001111010001011001000100110100010111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68009E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,0,158); }

 H1.HeaderClassName
 {
   color: #68009E;
 }
 .AnyTagClassName
 {
   color: #68009E;
 }
</style>
background-color css

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

 a { background-color: rgb(104,0,158); }

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

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

 span { border-color: rgb(104,0,158); }

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