Html Css Color HEX #680693 Indigo

📋 copy color: '#680693'

red 104 ◦ green 6 ◦ blue 147

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

Shades of Indigo #680693

Tints of Indigo #680693

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.33%

 BLUE value IS 147 (57.81% from 255) = 57.2%

R = 40.47%
G = 2.33%
B = 57.2%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#680693 (or 0x680693) is known color: Indigo. HEX triplet: 68, 06 and 93. RGB value is (104,6,147). Sum of RGB (Red+Green+Blue) = 104+6+147=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #680693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680693 is #97F96C. Grayscale: #323232. Windows color (decimal): -9959789 or 9635432. OLE color: 9635432.

HSL color Cylindrical-coordinate representation of color #680693: hue angle of 281.7º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680693 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 104 6 147 -
CMYK 0.29 0.96 0 0.42
HSL 281.7º 0.92% 0.3% -
HSV(B) 281.7º 0.96% 0.58% -
XYZ 11.04 5.18 28.02 -
YUV 51.38 181.97 165.54 -
System Red Green Blue C M Y K H S L
Decimal 104 6 147 0.29 0.96 0 0.42 281.7 0.92 0.3
Hex 68 6 93 1D 60 0 2A 11A 5C 1E
Octal 150 6 223 35 140 0 52 432 134 36
Binary 1101000 110 10010011 11101 1100000 0 101010 100011010 1011100 11110

Color Harmonies of #680693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680693

Black with #680693

Text Example


Text Example

White with #680693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680693; }

 p { color: rgb(104,6,147); }

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

background-color css

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

 a { background-color: rgb(104,6,147); }

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

border-color css

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

 span { border-color: rgb(104,6,147); }

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