Html Css Color HEX #680CA4 Indigo

📋 copy color: '#680CA4'

red 104 ◦ green 12 ◦ blue 164

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

Shades of Indigo #680CA4

Tints of Indigo #680CA4

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.29%

 BLUE value IS 164 (64.45% from 255) = 58.57%

R = 37.14%
G = 4.29%
B = 58.57%

CMYK

 C value IS 0.37

 M value IS 0.93

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#680CA4 (or 0x680CA4) is known color: Indigo. HEX triplet: 68, 0C and A4. RGB value is (104,12,164). Sum of RGB (Red+Green+Blue) = 104+12+164=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 12 (5.08% from 255 or 4.29% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #680CA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680CA4 is #97F35B. Grayscale: #383838. Windows color (decimal): -9958236 or 10751080. OLE color: 10751080.

HSL color Cylindrical-coordinate representation of color #680CA4: hue angle of 276.32º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680CA4 is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 104 12 164 -
CMYK 0.37 0.93 0 0.36
HSL 276.32º 0.86% 0.35% -
HSV(B) 276.32º 0.93% 0.64% -
XYZ 12.54 5.89 35.6 -
YUV 56.84 188.48 161.64 -
System Red Green Blue C M Y K H S L
Decimal 104 12 164 0.37 0.93 0 0.36 276.32 0.86 0.35
Hex 68 C A4 25 5D 0 24 114 56 23
Octal 150 14 244 45 135 0 44 424 126 43
Binary 1101000 1100 10100100 100101 1011101 0 100100 100010100 1010110 100011

Color Harmonies of #680CA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CA4

Black with #680CA4

Text Example


Text Example

White with #680CA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680CA4; }

 p { color: rgb(104,12,164); }

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

background-color css

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

 a { background-color: rgb(104,12,164); }

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

border-color css

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

 span { border-color: rgb(104,12,164); }

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