#680F87

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

Shades of Indigo #680F87

Tints of Indigo #680F87

Color information

#680F87 (or 0x680F87) is unknown color: approx Indigo. HEX triplet: 68, 0F and 87. RGB value is (104,15,135). Sum of RGB (Red+Green+Blue) = 104+15+135=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #680F87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F87 is #97F078. Grayscale: #363636. Windows color (decimal): -9957497 or 8851304. OLE color: 8851304.

HSL color Cylindrical-coordinate representation of color #680F87: hue angle of 284.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680F87 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10415135-
CMYK0.230.8900.47
HSL284.5º80%29.41%-
HSV(B)284.5º88.89%52.94%-
XYZ10.255.0323.35-
YUV55.29172.99162.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.94%
GREEN value IS 15 (6.25% from 255) = 5.91%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=40.94%
G=5.91%
B=53.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal104151350.230.8900.47284.58029.41
Hex68F87175902F11c501d
Octal150172072713105743412035
Binary11010001111100001111011110110010101111100011100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680F87; }

 p { color: rgb(104,15,135); }

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

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

 a { background-color: rgb(104,15,135); }

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

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

 span { border-color: rgb(104,15,135); }

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