Html Css Color HEX #681699 Indigo

📋 copy color: '#681699'

red 104 ◦ green 22 ◦ blue 153

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

Shades of Indigo #681699

Tints of Indigo #681699

RGB

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

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

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

R = 37.28%
G = 7.89%
B = 54.84%

CMYK

 C value IS 0.32

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#681699 (or 0x681699) is known color: Indigo. HEX triplet: 68, 16 and 99. RGB value is (104,22,153). Sum of RGB (Red+Green+Blue) = 104+22+153=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 22 (8.98% from 255 or 7.89% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #681699 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681699 is #97E966. Grayscale: #3D3D3D. Windows color (decimal): -9955687 or 10032744. OLE color: 10032744.

HSL color Cylindrical-coordinate representation of color #681699: hue angle of 277.56º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681699 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 104 22 153 -
CMYK 0.32 0.86 0 0.4
HSL 277.56º 0.75% 0.34% -
HSV(B) 277.56º 0.86% 0.6% -
XYZ 11.75 5.82 30.64 -
YUV 61.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 104 22 153 0.32 0.86 0 0.4 277.56 0.75 0.34
Hex 68 16 99 20 56 0 28 116 4B 22
Octal 150 26 231 40 126 0 50 426 113 42
Binary 1101000 10110 10011001 100000 1010110 0 101000 100010110 1001011 100010

Color Harmonies of #681699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681699

Black with #681699

Text Example


Text Example

White with #681699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681699; }

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

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

background-color css

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

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

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

border-color css

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

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

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