Html Css Color HEX #680890 Indigo

📋 copy color: '#680890'

red 104 ◦ green 8 ◦ blue 144

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

Shades of Indigo #680890

Tints of Indigo #680890

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 40.63%
G = 3.13%
B = 56.25%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#680890 (or 0x680890) is known color: Indigo. HEX triplet: 68, 08 and 90. RGB value is (104,8,144). Sum of RGB (Red+Green+Blue) = 104+8+144=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #680890 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680890 is #97F76F. Grayscale: #333333. Windows color (decimal): -9959280 or 9439336. OLE color: 9439336.

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

Color convert

RGB 104 8 144 -
CMYK 0.28 0.94 0 0.44
HSL 282.35º 0.89% 0.3% -
HSV(B) 282.35º 0.94% 0.56% -
XYZ 10.83 5.13 26.81 -
YUV 52.21 179.8 164.94 -
System Red Green Blue C M Y K H S L
Decimal 104 8 144 0.28 0.94 0 0.44 282.35 0.89 0.3
Hex 68 8 90 1C 5E 0 2C 11A 59 1E
Octal 150 10 220 34 136 0 54 432 131 36
Binary 1101000 1000 10010000 11100 1011110 0 101100 100011010 1011001 11110

Color Harmonies of #680890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680890

Black with #680890

Text Example


Text Example

White with #680890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680890; }

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

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

background-color css

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

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

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

border-color css

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

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

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