Html Css Color HEX #681099 Indigo

📋 copy color: '#681099'

red 104 ◦ green 16 ◦ blue 153

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

Shades of Indigo #681099

Tints of Indigo #681099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 56.04%

R = 38.1%
G = 5.86%
B = 56.04%

CMYK

 C value IS 0.32

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#681099 (or 0x681099) is known color: Indigo. HEX triplet: 68, 10 and 99. RGB value is (104,16,153). Sum of RGB (Red+Green+Blue) = 104+16+153=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 16 (6.64% from 255 or 5.86% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #681099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681099 is #97EF66. Grayscale: #393939. Windows color (decimal): -9957223 or 10031208. OLE color: 10031208.

HSL color Cylindrical-coordinate representation of color #681099: hue angle of 278.54º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #681099 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 16 153 -
CMYK 0.32 0.90 0 0.4
HSL 278.54º 0.81% 0.33% -
HSV(B) 278.54º 0.9% 0.6% -
XYZ 11.64 5.61 30.61 -
YUV 57.93 181.65 160.86 -
System Red Green Blue C M Y K H S L
Decimal 104 16 153 0.32 0.90 0 0.4 278.54 0.81 0.33
Hex 68 10 99 20 5A 0 28 117 51 21
Octal 150 20 231 40 132 0 50 427 121 41
Binary 1101000 10000 10011001 100000 1011010 0 101000 100010111 1010001 100001

Color Harmonies of #681099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681099

Black with #681099

Text Example


Text Example

White with #681099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681099; }

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

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

background-color css

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

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

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

border-color css

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

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

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