#68099A

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

Shades of Indigo #68099A

Tints of Indigo #68099A

Color information

#68099A (or 0x68099A) is unknown color: approx Indigo. HEX triplet: 68, 09 and 9A. RGB value is (104,9,154). Sum of RGB (Red+Green+Blue) = 104+9+154=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #68099A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #68099A is #97F665. Grayscale: #353535. Windows color (decimal): -9959014 or 10094952. OLE color: 10094952.

HSL color Cylindrical-coordinate representation of color #68099A: hue angle of 279.31º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #68099A is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1049154-
CMYK0.320.9400.40
HSL279.31º88.96%31.96%-
HSV(B)279.31º94.16%60.39%-
XYZ11.645.4731.01-
YUV53.94184.47163.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.95%
GREEN value IS 9 (3.91% from 255) = 3.37%
BLUE value IS 154 (60.55% from 255) = 57.68%
R=38.95%
G=3.37%
B=57.68%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10491540.320.9400.40279.3188.9631.96
Hex6899A205E0281175920
Octal150112324013605042713140
Binary1101000100110011010100000101111001010001000101111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68099A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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