Html Css Color HEX #680993 Indigo

📋 copy color: '#680993'

red 104 ◦ green 9 ◦ blue 147

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

Shades of Indigo #680993

Tints of Indigo #680993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.46%

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

R = 40%
G = 3.46%
B = 56.54%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#680993 (or 0x680993) is known color: Indigo. HEX triplet: 68, 09 and 93. RGB value is (104,9,147). Sum of RGB (Red+Green+Blue) = 104+9+147=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 147 (57.81% from 255 or 56.54% from 260); Max value from RGB is 147 - color contains mainly: blue. Hex color #680993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680993 is #97F66C. Grayscale: #343434. Windows color (decimal): -9959021 or 9636200. OLE color: 9636200.

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

Color convert

RGB 104 9 147 -
CMYK 0.29 0.94 0 0.42
HSL 281.3º 0.88% 0.31% -
HSV(B) 281.3º 0.94% 0.58% -
XYZ 11.07 5.25 28.03 -
YUV 53.14 180.97 164.28 -
System Red Green Blue C M Y K H S L
Decimal 104 9 147 0.29 0.94 0 0.42 281.3 0.88 0.31
Hex 68 9 93 1D 5E 0 2A 119 58 1F
Octal 150 11 223 35 136 0 52 431 130 37
Binary 1101000 1001 10010011 11101 1011110 0 101010 100011001 1011000 11111

Color Harmonies of #680993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680993

Black with #680993

Text Example


Text Example

White with #680993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680993; }

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

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

background-color css

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

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

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

border-color css

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

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

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