Html Css Color HEX #681089 Indigo

📋 copy color: '#681089'

red 104 ◦ green 16 ◦ blue 137

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

Shades of Indigo #681089

Tints of Indigo #681089

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

 BLUE value IS 137 (53.91% from 255) = 53.31%

R = 40.47%
G = 6.23%
B = 53.31%

CMYK

 C value IS 0.24

 M value IS 0.88

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#681089 (or 0x681089) is known color: Indigo. HEX triplet: 68, 10 and 89. RGB value is (104,16,137). Sum of RGB (Red+Green+Blue) = 104+16+137=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 137 (53.91% from 255 or 53.31% from 257); Max value from RGB is 137 - color contains mainly: blue. Hex color #681089 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681089 is #97EF76. Grayscale: #373737. Windows color (decimal): -9957239 or 8982632. OLE color: 8982632.

HSL color Cylindrical-coordinate representation of color #681089: hue angle of 283.64º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #681089 is Cyan = 0.24, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 104 16 137 -
CMYK 0.24 0.88 0 0.46
HSL 283.64º 0.79% 0.3% -
HSV(B) 283.64º 0.88% 0.54% -
XYZ 10.41 5.12 24.11 -
YUV 56.11 173.65 162.16 -
System Red Green Blue C M Y K H S L
Decimal 104 16 137 0.24 0.88 0 0.46 283.64 0.79 0.3
Hex 68 10 89 18 58 0 2E 11C 4F 1E
Octal 150 20 211 30 130 0 56 434 117 36
Binary 1101000 10000 10001001 11000 1011000 0 101110 100011100 1001111 11110

Color Harmonies of #681089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681089

Black with #681089

Text Example


Text Example

White with #681089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681089; }

 p { color: rgb(104,16,137); }

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

background-color css

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

 a { background-color: rgb(104,16,137); }

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

border-color css

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

 span { border-color: rgb(104,16,137); }

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