Html Css Color HEX #681687 Indigo

📋 copy color: '#681687'

red 104 ◦ green 22 ◦ blue 135

#681687
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #681687

Tints of Indigo #681687

RGB

 RED value IS 104 (41.02% from 255) = 39.85%

 GREEN value IS 22 (8.98% from 255) = 8.43%

 BLUE value IS 135 (53.13% from 255) = 51.72%

R = 39.85%
G = 8.43%
B = 51.72%

CMYK

 C value IS 0.23

 M value IS 0.84

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#681687 (or 0x681687) is known color: Indigo. HEX triplet: 68, 16 and 87. RGB value is (104,22,135). Sum of RGB (Red+Green+Blue) = 104+22+135=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #681687 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681687 is #97E978. Grayscale: #3B3B3B. Windows color (decimal): -9955705 or 8853096. OLE color: 8853096.

HSL color Cylindrical-coordinate representation of color #681687: hue angle of 283.54º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681687 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 104 22 135 -
CMYK 0.23 0.84 0 0.47
HSL 283.54º 0.72% 0.31% -
HSV(B) 283.54º 0.84% 0.53% -
XYZ 10.37 5.27 23.39 -
YUV 59.4 170.67 159.81 -
System Red Green Blue C M Y K H S L
Decimal 104 22 135 0.23 0.84 0 0.47 283.54 0.72 0.31
Hex 68 16 87 17 54 0 2F 11C 48 1F
Octal 150 26 207 27 124 0 57 434 110 37
Binary 1101000 10110 10000111 10111 1010100 0 101111 100011100 1001000 11111

Color Harmonies of #681687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681687

Black with #681687

Text Example


Text Example

White with #681687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681687; }

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

 H1.HeaderClassName
 {
   color: #681687;
 }
 .AnyTagClassName
 {
   color: #681687;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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