Html Css Color HEX #681090 Indigo

📋 copy color: '#681090'

red 104 ◦ green 16 ◦ blue 144

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

Shades of Indigo #681090

Tints of Indigo #681090

RGB

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

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

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

R = 39.39%
G = 6.06%
B = 54.55%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#681090 (or 0x681090) is known color: Indigo. HEX triplet: 68, 10 and 90. RGB value is (104,16,144). Sum of RGB (Red+Green+Blue) = 104+16+144=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #681090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681090 is #97EF6F. Grayscale: #383838. Windows color (decimal): -9957232 or 9441384. OLE color: 9441384.

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

Color convert

RGB 104 16 144 -
CMYK 0.28 0.89 0 0.44
HSL 281.25º 0.8% 0.31% -
HSV(B) 281.25º 0.89% 0.56% -
XYZ 10.93 5.33 26.84 -
YUV 56.9 177.15 161.59 -
System Red Green Blue C M Y K H S L
Decimal 104 16 144 0.28 0.89 0 0.44 281.25 0.8 0.31
Hex 68 10 90 1C 59 0 2C 119 50 1F
Octal 150 20 220 34 131 0 54 431 120 37
Binary 1101000 10000 10010000 11100 1011001 0 101100 100011001 1010000 11111

Color Harmonies of #681090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681090

Black with #681090

Text Example


Text Example

White with #681090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681090; }

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

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

background-color css

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

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

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

border-color css

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

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

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