Html Css Color HEX #680992 Indigo

📋 copy color: '#680992'

red 104 ◦ green 9 ◦ blue 146

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

Shades of Indigo #680992

Tints of Indigo #680992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 40.15%
G = 3.47%
B = 56.37%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#680992 (or 0x680992) is known color: Indigo. HEX triplet: 68, 09 and 92. RGB value is (104,9,146). Sum of RGB (Red+Green+Blue) = 104+9+146=259 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.15% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #680992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680992 is #97F66D. Grayscale: #343434. Windows color (decimal): -9959022 or 9570664. OLE color: 9570664.

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

Color convert

RGB 104 9 146 -
CMYK 0.29 0.94 0 0.43
HSL 281.61º 0.88% 0.3% -
HSV(B) 281.61º 0.94% 0.57% -
XYZ 10.99 5.21 27.62 -
YUV 53.02 180.47 164.36 -
System Red Green Blue C M Y K H S L
Decimal 104 9 146 0.29 0.94 0 0.43 281.61 0.88 0.3
Hex 68 9 92 1D 5E 0 2B 11A 58 1E
Octal 150 11 222 35 136 0 53 432 130 36
Binary 1101000 1001 10010010 11101 1011110 0 101011 100011010 1011000 11110

Color Harmonies of #680992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680992

Black with #680992

Text Example


Text Example

White with #680992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680992; }

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

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

background-color css

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

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

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

border-color css

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

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

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