Html Css Color HEX #680494 Indigo

📋 copy color: '#680494'

red 104 ◦ green 4 ◦ blue 148

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

Shades of Indigo #680494

Tints of Indigo #680494

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 40.63%
G = 1.56%
B = 57.81%

CMYK

 C value IS 0.30

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#680494 (or 0x680494) is known color: Indigo. HEX triplet: 68, 04 and 94. RGB value is (104,4,148). Sum of RGB (Red+Green+Blue) = 104+4+148=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #680494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680494 is #97FB6B. Grayscale: #313131. Windows color (decimal): -9960300 or 9700456. OLE color: 9700456.

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

Color convert

RGB 104 4 148 -
CMYK 0.30 0.97 0 0.42
HSL 281.67º 0.95% 0.3% -
HSV(B) 281.67º 0.97% 0.58% -
XYZ 11.1 5.17 28.43 -
YUV 50.32 183.13 166.29 -
System Red Green Blue C M Y K H S L
Decimal 104 4 148 0.30 0.97 0 0.42 281.67 0.95 0.3
Hex 68 4 94 1E 61 0 2A 11A 5F 1E
Octal 150 4 224 36 141 0 52 432 137 36
Binary 1101000 100 10010100 11110 1100001 0 101010 100011010 1011111 11110

Color Harmonies of #680494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680494

Black with #680494

Text Example


Text Example

White with #680494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680494; }

 p { color: rgb(104,4,148); }

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

background-color css

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

 a { background-color: rgb(104,4,148); }

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

border-color css

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

 span { border-color: rgb(104,4,148); }

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