#680190

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

Shades of Indigo #680190

Tints of Indigo #680190

Color information

#680190 (or 0x680190) is unknown color: approx Indigo. HEX triplet: 68, 01 and 90. RGB value is (104,1,144). Sum of RGB (Red+Green+Blue) = 104+1+144=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #680190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680190 is #97FE6F. Grayscale: #2F2F2F. Windows color (decimal): -9961072 or 9437544. OLE color: 9437544.

HSL color Cylindrical-coordinate representation of color #680190: hue angle of 283.22º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #680190 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1041144-
CMYK0.280.9900.44
HSL283.22º98.62%28.43%-
HSV(B)283.22º99.31%56.47%-
XYZ10.754.9826.78-
YUV48.1182.12167.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.77%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 144 (56.64% from 255) = 57.83%
R=41.77%
G=0.40%
B=57.83%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10411440.280.9900.44283.2298.6228.43
Hex681901C6302C11b631c
Octal15012203414305443314334
Binary11010001100100001110011000110101100100011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680190; }

 p { color: rgb(104,1,144); }

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

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

 a { background-color: rgb(104,1,144); }

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

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

 span { border-color: rgb(104,1,144); }

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